Html Css Color HEX #669008 Olive Drab

📋 copy color: '#669008'

red 102 ◦ green 144 ◦ blue 8

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

Shades of Olive Drab #669008

Tints of Olive Drab #669008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.69%

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

R = 40.16%
G = 56.69%
B = 3.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#669008 (or 0x669008) is known color: Olive Drab. HEX triplet: 66, 90 and 08. RGB value is (102,144,8). Sum of RGB (Red+Green+Blue) = 102+144+8=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #669008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669008 is #996FF7. Grayscale: #747474. Windows color (decimal): -10055672 or 561254. OLE color: 561254.

HSL color Cylindrical-coordinate representation of color #669008: hue angle of 78.53º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #669008 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 8 -
CMYK 0.29 0 0.94 0.44
HSL 78.53º 0.89% 0.3% -
HSV(B) 78.53º 0.94% 0.56% -
XYZ 15.5 22.79 3.81 -
YUV 115.94 67.09 118.06 -
System Red Green Blue C M Y K H S L
Decimal 102 144 8 0.29 0 0.94 0.44 78.53 0.89 0.3
Hex 66 90 8 1D 0 5E 2C 4F 59 1E
Octal 146 220 10 35 0 136 54 117 131 36
Binary 1100110 10010000 1000 11101 0 1011110 101100 1001111 1011001 11110

Color Harmonies of #669008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669008

Black with #669008

Text Example


Text Example

White with #669008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669008; }

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

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

background-color css

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

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

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

border-color css

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

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

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