Html Css Color HEX #669708 Olive Drab

📋 copy color: '#669708'

red 102 ◦ green 151 ◦ blue 8

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

Shades of Olive Drab #669708

Tints of Olive Drab #669708

RGB

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

 GREEN value IS 151 (59.38% from 255) = 57.85%

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

R = 39.08%
G = 57.85%
B = 3.07%

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

#669708 (or 0x669708) is known color: Olive Drab. HEX triplet: 66, 97 and 08. RGB value is (102,151,8). Sum of RGB (Red+Green+Blue) = 102+151+8=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #669708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669708 is #9968F7. Grayscale: #787878. Windows color (decimal): -10053880 or 563046. OLE color: 563046.

HSL color Cylindrical-coordinate representation of color #669708: hue angle of 80.56º 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 #669708 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 8 -
CMYK 0.32 0 0.95 0.41
HSL 80.56º 0.9% 0.31% -
HSV(B) 80.56º 0.95% 0.59% -
XYZ 16.59 24.98 4.18 -
YUV 120.05 64.77 115.13 -
System Red Green Blue C M Y K H S L
Decimal 102 151 8 0.32 0 0.95 0.41 80.56 0.9 0.31
Hex 66 97 8 20 0 5F 29 51 5A 1F
Octal 146 227 10 40 0 137 51 121 132 37
Binary 1100110 10010111 1000 100000 0 1011111 101001 1010001 1011010 11111

Color Harmonies of #669708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669708

Black with #669708

Text Example


Text Example

White with #669708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669708; }

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

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

background-color css

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

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

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

border-color css

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

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

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