#66872E

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

Shades of Olive Drab #66872E

Tints of Olive Drab #66872E

Color information

#66872E (or 0x66872E) is unknown color: approx Olive Drab. HEX triplet: 66, 87 and 2E. RGB value is (102,135,46). Sum of RGB (Red+Green+Blue) = 102+135+46=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #66872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66872E is #9978D1. Grayscale: #737373. Windows color (decimal): -10057938 or 3049318. OLE color: 3049318.

HSL color Cylindrical-coordinate representation of color #66872E: hue angle of 82.25º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66872E is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB10213546-
CMYK0.2400.660.47
HSL82.25º49.17%35.49%-
HSV(B)82.25º65.93%52.94%-
XYZ14.6420.355.74-
YUV114.9989.07118.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=36.04%
G=47.70%
B=16.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135460.2400.660.4782.2549.1735.49
Hex66872E180422F523123
Octal14620756300102571226143
Binary11001101000011110111011000010000101011111010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,135,46); }

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

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

 a { background-color: rgb(102,135,46); }

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

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

 span { border-color: rgb(102,135,46); }

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