#669912

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

Shades of Olive Drab #669912

Tints of Olive Drab #669912

Color information

#669912 (or 0x669912) is unknown color: approx Olive Drab. HEX triplet: 66, 99 and 12. RGB value is (102,153,18). Sum of RGB (Red+Green+Blue) = 102+153+18=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #669912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669912 is #9966ED. Grayscale: #7A7A7A. Windows color (decimal): -10053358 or 1218918. OLE color: 1218918.

HSL color Cylindrical-coordinate representation of color #669912: hue angle of 82.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #669912 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB10215318-
CMYK0.3300.880.4
HSL82.67º78.95%33.53%-
HSV(B)82.67º88.24%60%-
XYZ16.9825.654.63-
YUV122.3669.1113.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 153 (60.16% from 255) = 56.04%
BLUE value IS 18 (7.42% from 255) = 6.59%
R=37.36%
G=56.04%
B=6.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153180.3300.880.482.6778.9533.53
Hex6699122105828534f22
Octal146231224101305012311742
Binary110011010011001100101000010101100010100010100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669912; }

 p { color: rgb(102,153,18); }

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

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

 a { background-color: rgb(102,153,18); }

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

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

 span { border-color: rgb(102,153,18); }

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