#668216

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

Shades of Olive Drab #668216

Tints of Olive Drab #668216

Color information

#668216 (or 0x668216) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 16. RGB value is (102,130,22). Sum of RGB (Red+Green+Blue) = 102+130+22=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #668216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668216 is #997DE9. Grayscale: #6D6D6D. Windows color (decimal): -10059242 or 1475174. OLE color: 1475174.

HSL color Cylindrical-coordinate representation of color #668216: hue angle of 75.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #668216 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB10213022-
CMYK0.2200.830.49
HSL75.56º71.05%29.8%-
HSV(B)75.56º83.08%50.98%-
XYZ13.6118.853.68-
YUV109.3278.72122.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=40.16%
G=51.18%
B=8.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130220.2200.830.4975.5671.0529.8
Hex66821616053314c471e
Octal146202262601236111410736
Binary1100110100000101011010110010100111100011001100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668216; }

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

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

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

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

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

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

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

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