#66970D

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

Shades of Olive Drab #66970D

Tints of Olive Drab #66970D

Color information

#66970D (or 0x66970D) is unknown color: approx Olive Drab. HEX triplet: 66, 97 and 0D. RGB value is (102,151,13). Sum of RGB (Red+Green+Blue) = 102+151+13=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #66970D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66970D is #9968F2. Grayscale: #797979. Windows color (decimal): -10053875 or 890726. OLE color: 890726.

HSL color Cylindrical-coordinate representation of color #66970D: hue angle of 81.3º degrees, saturation: 0.84, 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 #66970D is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB10215113-
CMYK0.3200.910.41
HSL81.3º84.15%32.16%-
HSV(B)81.3º91.39%59.22%-
XYZ16.6224.994.33-
YUV120.6267.27114.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 151 (59.38% from 255) = 56.77%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=38.35%
G=56.77%
B=4.89%

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
Decimal102151130.3200.910.4181.384.1532.16
Hex6697D2005B29515420
Octal146227154001335112112440
Binary11001101001011111011000000101101110100110100011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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