COLOR #68AF00

HEX: #68AF00
RGB: (104,175,0)

Color info

#68AF00 contains mainly green color. Web safe color of #68AF00 is #669900 (or #690).

RGB color model

#68AF00 color RGB value is (104,175,0).

  • red value is 104;
  • green value is 175;
  • blue value is 0.
RGB:
(104,175,0)
(41%,69%,0%)

RGB channels and saturation

R 104 of 255 = 41%
G 175 of 255 = 69%
B 0 of 255 = 0%

104
175
0

R + G + B ~ 37%. #68AF00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 175 + 0 = 279 (100%)
R 104 of 279 ~ 37.28%
G 175 of 279 ~ 62.72%
B 0 of 279 ~ 0%

%37.28
%62.72

CMYK color model

#68AF00 color CMYK value is (41,0,100,31).

  • cyan value is 40.57%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 31.37%
CMYK:
(41,0,100,31)
C41M0Y100K31 
(41%,0%,100%,31%)
(0.41/0.00/1.00/0.31)	

CMYK percentages

%40.57
%0
%100
%31.37

Codes

Color #68AF00 in popluar color models

68AF00
RGB1041750
HSL84°100.00%34.31%
HSB/HSV84°100.00%68.63%
CMYK40.57%0.00%100.00%
31.37%

Color #68AF00 in popluar number systems.

HEX68AF00
Decimal1041750
Binary1101000101011110
Octal1502570

Shades and tints

Shades of #68AF00

#68AF00
(104,175,0)
#5FA000
(95,160,0)
#569100
(86,145,0)
#4D8200
(77,130,0)
#447300
(68,115,0)
#3B6400
(59,100,0)
#325500
(50,85,0)
#294600
(41,70,0)
#203700
(32,55,0)
#172800
(23,40,0)
#0E1900
(14,25,0)
#000000
(0,0,0)

Tints of #68AF00

#68AF00
(104,175,0)
#75B617
(117,182,23)
#82BD2E
(130,189,46)
#8FC445
(143,196,69)
#9CCB5C
(156,203,92)
#A9D273
(169,210,115)
#B6D98A
(182,217,138)
#C3E0A1
(195,224,161)
#D0E7B8
(208,231,184)
#DDEECF
(221,238,207)
#EAF5E6
(234,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68AF00 color. Also use rgb(104,175,0) instead hex code.

Text Font Color

.myTextColor { color: #68AF00; }

<p style="color:#68AF00">This sample text font color is #68AF00.</p>

This text font color is #68AF00.


Background Color

.myBgColor { background-color: #68AF00; }

<div style="background-color:#68AF00">Inner text</div>

This div background color is #68AF00.


Border color

.myBorderColor { border: 1px solid #68AF00; }

<div style="border:3px solid #68AF00">Div</div>

This div border color is #68AF00.


Opacity

.myOpacity80 { color: #68AF00; opacity: 0.8; }

<p style="color:#68AF00;opacity:0.8;">80%</p>

Text with #68AF00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #68AF00;}

<p style="text-shadow: 3px 3px 1px #68AF00">Text here.</p>

This text has shadow with #68AF00 color.

.textShadow {text-shadow: 3px 3px 1px #68AF00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #68AF00, 5px 5px 20px red">Text here.</p>

This text has shadow with #68AF00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68AF00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#68AF00, Direction=45, Strength=4)">Text</p>

This text has shadow with #68AF00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #68AF00;
  -webkit-box-shadow:	1px 1px 3px 2px #68AF00;
  box-shadow:		1px 1px 3px 2px #68AF00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68AF00;
-webkit-box-shadow: 1px 1px 3px 2px #68AF00;
box-shadow:1px 1px 3px 2px #68AF00;">
Div content here</div>
This div box has shadow with color #68AF00.

Preview

Color preview on black background

This text has color #68AF00 on black background.


Color preview on white background

This text has color #68AF00 on white background.



Black color preview on #68AF00 background

This text has black color on #68AF00 background.


White color preview on #68AF00 background

This text has white color on #68AF00 background.