#66872A

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

Shades of Olive Drab #66872A

Tints of Olive Drab #66872A

Color information

#66872A (or 0x66872A) is unknown color: approx Olive Drab. HEX triplet: 66, 87 and 2A. RGB value is (102,135,42). Sum of RGB (Red+Green+Blue) = 102+135+42=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #66872A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66872A is #9978D5. Grayscale: #727272. Windows color (decimal): -10057942 or 2787174. OLE color: 2787174.

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

Color convert

RGB10213542-
CMYK0.2400.690.47
HSL81.29º52.54%34.71%-
HSV(B)81.29º68.89%52.94%-
XYZ14.5620.325.35-
YUV114.5387.07119.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 135 (53.12% from 255) = 48.39%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=36.56%
G=48.39%
B=15.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135420.2400.690.4781.2952.5434.71
Hex66872A180452F513523
Octal14620752300105571216543
Binary11001101000011110101011000010001011011111010001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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