Html Css Color HEX #669616 Olive Drab

📋 copy color: '#669616'

red 102 ◦ green 150 ◦ blue 22

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

Shades of Olive Drab #669616

Tints of Olive Drab #669616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 37.23%
G = 54.74%
B = 8.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#669616 (or 0x669616) is known color: Olive Drab. HEX triplet: 66, 96 and 16. RGB value is (102,150,22). Sum of RGB (Red+Green+Blue) = 102+150+22=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #669616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669616 is #9969E9. Grayscale: #797979. Windows color (decimal): -10054122 or 1480294. OLE color: 1480294.

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

Color convert

RGB 102 150 22 -
CMYK 0.32 0 0.85 0.41
HSL 82.5º 0.74% 0.34% -
HSV(B) 82.5º 0.85% 0.59% -
XYZ 16.53 24.7 4.65 -
YUV 121.06 72.1 114.41 -
System Red Green Blue C M Y K H S L
Decimal 102 150 22 0.32 0 0.85 0.41 82.5 0.74 0.34
Hex 66 96 16 20 0 55 29 52 4A 22
Octal 146 226 26 40 0 125 51 122 112 42
Binary 1100110 10010110 10110 100000 0 1010101 101001 1010010 1001010 100010

Color Harmonies of #669616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669616

Black with #669616

Text Example


Text Example

White with #669616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669616; }

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

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

background-color css

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

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

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

border-color css

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

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

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