#66940e

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

Shades of Olive Drab #66940E

Tints of Olive Drab #66940E

Color information

#66940E (or 0x66940E) is unknown color: approx Olive Drab. HEX triplet: 66, 94 and 0E. RGB value is (102,148,14). Sum of RGB (Red+Green+Blue) = 102+148+14=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #66940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66940E is #996BF1. Grayscale: #777777. Windows color (decimal): -10054642 or 955494. OLE color: 955494.

HSL color Cylindrical-coordinate representation of color #66940E: hue angle of 80.6º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66940E is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB10214814-
CMYK0.3100.910.42
HSL80.6º82.72%31.76%-
HSV(B)80.6º90.54%58.04%-
XYZ16.1524.044.2-
YUV118.9768.76115.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 148 (58.20% from 255) = 56.06%
BLUE value IS 14 (5.86% from 255) = 5.30%
R=38.64%
G=56.06%
B=5.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102148140.3100.910.4280.682.7231.76
Hex6694E1F05B2A515320
Octal146224163701335212112340
Binary1100110100101001110111110101101110101010100011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66940e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66940e; }

 p { color: rgb(102,148,14); }

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

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

 a { background-color: rgb(102,148,14); }

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

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

 span { border-color: rgb(102,148,14); }

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