Html Css Color HEX #669608 Olive Drab

📋 copy color: '#669608'

red 102 ◦ green 150 ◦ blue 8

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

Shades of Olive Drab #669608

Tints of Olive Drab #669608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.69%

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

R = 39.23%
G = 57.69%
B = 3.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#669608 (or 0x669608) is known color: Olive Drab. HEX triplet: 66, 96 and 08. RGB value is (102,150,8). Sum of RGB (Red+Green+Blue) = 102+150+8=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #669608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669608 is #9969F7. Grayscale: #777777. Windows color (decimal): -10054136 or 562790. OLE color: 562790.

HSL color Cylindrical-coordinate representation of color #669608: hue angle of 80.28º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #669608 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 8 -
CMYK 0.32 0 0.95 0.41
HSL 80.28º 0.9% 0.31% -
HSV(B) 80.28º 0.95% 0.59% -
XYZ 16.43 24.66 4.12 -
YUV 119.46 65.1 115.55 -
System Red Green Blue C M Y K H S L
Decimal 102 150 8 0.32 0 0.95 0.41 80.28 0.9 0.31
Hex 66 96 8 20 0 5F 29 50 5A 1F
Octal 146 226 10 40 0 137 51 120 132 37
Binary 1100110 10010110 1000 100000 0 1011111 101001 1010000 1011010 11111

Color Harmonies of #669608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669608

Black with #669608

Text Example


Text Example

White with #669608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669608; }

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

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

background-color css

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

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

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

border-color css

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

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

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