#66900E

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

Shades of Olive Drab #66900E

Tints of Olive Drab #66900E

Color information

#66900E (or 0x66900E) is unknown color: approx Olive Drab. HEX triplet: 66, 90 and 0E. RGB value is (102,144,14). Sum of RGB (Red+Green+Blue) = 102+144+14=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #66900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66900E is #996FF1. Grayscale: #757575. Windows color (decimal): -10055666 or 954470. OLE color: 954470.

HSL color Cylindrical-coordinate representation of color #66900E: hue angle of 79.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66900E is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB10214414-
CMYK0.2900.900.44
HSL79.38º82.28%30.98%-
HSV(B)79.38º90.28%56.47%-
XYZ15.5322.84-
YUV116.6270.09117.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 144 (56.64% from 255) = 55.38%
BLUE value IS 14 (5.86% from 255) = 5.38%
R=39.23%
G=55.38%
B=5.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102144140.2900.900.4479.3882.2830.98
Hex6690E1D05A2C4f521f
Octal146220163501325411712237
Binary110011010010000111011101010110101011001001111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66900E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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