#66950C

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

Shades of Olive Drab #66950C

Tints of Olive Drab #66950C

Color information

#66950C (or 0x66950C) is unknown color: approx Olive Drab. HEX triplet: 66, 95 and 0C. RGB value is (102,149,12). Sum of RGB (Red+Green+Blue) = 102+149+12=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #66950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66950C is #996AF3. Grayscale: #777777. Windows color (decimal): -10054388 or 824678. OLE color: 824678.

HSL color Cylindrical-coordinate representation of color #66950C: hue angle of 80.58º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66950C is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB10214912-
CMYK0.3200.920.42
HSL80.58º85.09%31.57%-
HSV(B)80.58º91.95%58.43%-
XYZ16.2924.354.19-
YUV119.3367.43115.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 12 (5.08% from 255) = 4.56%
R=38.78%
G=56.65%
B=4.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102149120.3200.920.4280.5885.0931.57
Hex6695C2005C2A515520
Octal146225144001345212112540
Binary11001101001010111001000000101110010101010100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66950C; }

 p { color: rgb(102,149,12); }

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

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

 a { background-color: rgb(102,149,12); }

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

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

 span { border-color: rgb(102,149,12); }

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