#66910A

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

Shades of Olive Drab #66910A

Tints of Olive Drab #66910A

Color information

#66910A (or 0x66910A) is unknown color: approx Olive Drab. HEX triplet: 66, 91 and 0A. RGB value is (102,145,10). Sum of RGB (Red+Green+Blue) = 102+145+10=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #66910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66910A is #996EF5. Grayscale: #757575. Windows color (decimal): -10055414 or 692582. OLE color: 692582.

HSL color Cylindrical-coordinate representation of color #66910A: hue angle of 79.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66910A is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB10214510-
CMYK0.3000.930.43
HSL79.11º87.1%30.39%-
HSV(B)79.11º93.1%56.86%-
XYZ15.6623.13.92-
YUV116.7567.75117.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 145 (57.03% from 255) = 56.42%
BLUE value IS 10 (4.30% from 255) = 3.89%
R=39.69%
G=56.42%
B=3.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102145100.3000.930.4379.1187.130.39
Hex6691A1E05D2B4f571e
Octal146221123601355311712736
Binary110011010010001101011110010111011010111001111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66910A; }

 p { color: rgb(102,145,10); }

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

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

 a { background-color: rgb(102,145,10); }

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

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

 span { border-color: rgb(102,145,10); }

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