#669216

Color #669216 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #669216

Tints of Olive Drab #669216

Color information

#669216 (or 0x669216) is unknown color: approx Olive Drab. HEX triplet: 66, 92 and 16. RGB value is (102,146,22). Sum of RGB (Red+Green+Blue) = 102+146+22=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #669216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669216 is #996DE9. Grayscale: #777777. Windows color (decimal): -10055146 or 1479270. OLE color: 1479270.

HSL color Cylindrical-coordinate representation of color #669216: hue angle of 81.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #669216 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB10214622-
CMYK0.3000.850.43
HSL81.29º73.81%32.94%-
HSV(B)81.29º84.93%57.25%-
XYZ15.923.444.45-
YUV118.7173.42116.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=37.78%
G=54.07%
B=8.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102146220.3000.850.4381.2973.8132.94
Hex6692161E0552B514a21
Octal146222263601255312111241
Binary11001101001001010110111100101010110101110100011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669216; }

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

 H1.HeaderClassName
 {
   color: #669216;
 }
 .AnyTagClassName
 {
   color: #669216;
 }
</style>
background-color css

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

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

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

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

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

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