#72872E

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

Shades of Olive Drab #72872E

Tints of Olive Drab #72872E

Color information

#72872E (or 0x72872E) is unknown color: approx Olive Drab. HEX triplet: 72, 87 and 2E. RGB value is (114,135,46). Sum of RGB (Red+Green+Blue) = 114+135+46=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #72872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72872E is #8D78D1. Grayscale: #767676. Windows color (decimal): -9271506 or 3049330. OLE color: 3049330.

HSL color Cylindrical-coordinate representation of color #72872E: hue angle of 74.16º 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 #72872E is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB11413546-
CMYK0.1600.660.47
HSL74.16º49.17%35.49%-
HSV(B)74.16º65.93%52.94%-
XYZ16.121.15.81-
YUV118.5787.04124.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=38.64%
G=45.76%
B=15.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135460.1600.660.4774.1649.1735.49
Hex72872E100422F4a3123
Octal16220756200102571126143
Binary11100101000011110111010000010000101011111001010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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