#72871D

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

Shades of Olive Drab #72871D

Tints of Olive Drab #72871D

Color information

#72871D (or 0x72871D) is unknown color: approx Olive Drab. HEX triplet: 72, 87 and 1D. RGB value is (114,135,29). Sum of RGB (Red+Green+Blue) = 114+135+29=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #72871D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72871D is #8D78E2. Grayscale: #757575. Windows color (decimal): -9271523 or 1935218. OLE color: 1935218.

HSL color Cylindrical-coordinate representation of color #72871D: hue angle of 71.89º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72871D is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB11413529-
CMYK0.1600.790.47
HSL71.89º64.63%32.16%-
HSV(B)71.89º78.52%52.94%-
XYZ15.8320.994.38-
YUV116.6478.54126.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 135 (53.12% from 255) = 48.56%
BLUE value IS 29 (11.72% from 255) = 10.43%
R=41.01%
G=48.56%
B=10.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135290.1600.790.4771.8964.6332.16
Hex72871D1004F2F484120
Octal162207352001175711010140
Binary11100101000011111101100000100111110111110010001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72871D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72871D; }

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

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

<style>
 a { background-color: #72871D; }

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

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

<style>
 span { border-color: #72871D; }

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

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