Html Css Color HEX #668408 Olive Drab

📋 copy color: '#668408'

red 102 ◦ green 132 ◦ blue 8

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

Shades of Olive Drab #668408

Tints of Olive Drab #668408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.55%

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 42.15%
G = 54.55%
B = 3.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#668408 (or 0x668408) is known color: Olive Drab. HEX triplet: 66, 84 and 08. RGB value is (102,132,8). Sum of RGB (Red+Green+Blue) = 102+132+8=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #668408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668408 is #997BF7. Grayscale: #6D6D6D. Windows color (decimal): -10058744 or 558182. OLE color: 558182.

HSL color Cylindrical-coordinate representation of color #668408: hue angle of 74.52º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #668408 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 132 8 -
CMYK 0.23 0 0.94 0.48
HSL 74.52º 0.89% 0.27% -
HSV(B) 74.52º 0.94% 0.52% -
XYZ 13.77 19.34 3.24 -
YUV 108.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 102 132 8 0.23 0 0.94 0.48 74.52 0.89 0.27
Hex 66 84 8 17 0 5E 30 4B 59 1B
Octal 146 204 10 27 0 136 60 113 131 33
Binary 1100110 10000100 1000 10111 0 1011110 110000 1001011 1011001 11011

Color Harmonies of #668408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668408

Black with #668408

Text Example


Text Example

White with #668408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668408; }

 p { color: rgb(102,132,8); }

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

background-color css

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

 a { background-color: rgb(102,132,8); }

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

border-color css

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

 span { border-color: rgb(102,132,8); }

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