#66970E

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

Shades of Olive Drab #66970E

Tints of Olive Drab #66970E

Color information

#66970E (or 0x66970E) is unknown color: approx Olive Drab. HEX triplet: 66, 97 and 0E. RGB value is (102,151,14). Sum of RGB (Red+Green+Blue) = 102+151+14=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 151 (59.38% from 255 or 56.55% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 151 - color contains mainly: green. Hex color #66970E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66970E is #9968F1. Grayscale: #797979. Windows color (decimal): -10053874 or 956262. OLE color: 956262.

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

Color convert

RGB10215114-
CMYK0.3200.910.41
HSL81.46º83.03%32.35%-
HSV(B)81.46º90.73%59.22%-
XYZ16.6324.994.36-
YUV120.7367.77114.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 151 (59.38% from 255) = 56.55%
BLUE value IS 14 (5.86% from 255) = 5.24%
R=38.20%
G=56.55%
B=5.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102151140.3200.910.4181.4683.0332.35
Hex6697E2005B29515320
Octal146227164001335112112340
Binary11001101001011111101000000101101110100110100011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66970E; }

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

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

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

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

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

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

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

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