Html Css Color HEX #668E28 Olive Drab

📋 copy color: '#668E28'

red 102 ◦ green 142 ◦ blue 40

#668E28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #668E28

Tints of Olive Drab #668E28

RGB

 RED value IS 102 (40.23% from 255) = 35.92%

 GREEN value IS 142 (55.86% from 255) = 50%

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 35.92%
G = 50%
B = 14.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#668E28 (or 0x668E28) is known color: Olive Drab. HEX triplet: 66, 8E and 28. RGB value is (102,142,40). Sum of RGB (Red+Green+Blue) = 102+142+40=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #668E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668E28 is #9971D7. Grayscale: #767676. Windows color (decimal): -10056152 or 2657894. OLE color: 2657894.

HSL color Cylindrical-coordinate representation of color #668E28: hue angle of 83.53º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #668E28 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 142 40 -
CMYK 0.28 0 0.72 0.44
HSL 83.53º 0.56% 0.36% -
HSV(B) 83.53º 0.72% 0.56% -
XYZ 15.54 22.32 5.5 -
YUV 118.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 102 142 40 0.28 0 0.72 0.44 83.53 0.56 0.36
Hex 66 8E 28 1C 0 48 2C 54 38 24
Octal 146 216 50 34 0 110 54 124 70 44
Binary 1100110 10001110 101000 11100 0 1001000 101100 1010100 111000 100100

Color Harmonies of #668E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668E28

Black with #668E28

Text Example


Text Example

White with #668E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668E28; }

 p { color: rgb(102,142,40); }

 H1.HeaderClassName
 {
   color: #668E28;
 }
 .AnyTagClassName
 {
   color: #668E28;
 }
</style>

background-color css

<style>
 a { background-color: #668E28; }

 a { background-color: rgb(102,142,40); }

 div.DivClassName
 {
   background-color: #668E28;
 }
 .BgClassName
 {
   background-color: #668E28;
 }
</style>

border-color css

<style>
 span { border-color: #668E28; }

 span { border-color: rgb(102,142,40); }

 td.TdClassName
 {
   border-color: #668E28;
 }
 .TagClassName
 {
   border-color: #668E28;
 }
</style>