#72881F

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

Shades of Olive Drab #72881F

Tints of Olive Drab #72881F

Color information

#72881F (or 0x72881F) is unknown color: approx Olive Drab. HEX triplet: 72, 88 and 1F. RGB value is (114,136,31). Sum of RGB (Red+Green+Blue) = 114+136+31=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #72881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72881F is #8D77E0. Grayscale: #757575. Windows color (decimal): -9271265 or 2066546. OLE color: 2066546.

HSL color Cylindrical-coordinate representation of color #72881F: hue angle of 72.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72881F is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB11413631-
CMYK0.1600.770.47
HSL72.57º62.87%32.75%-
HSV(B)72.57º77.21%53.33%-
XYZ15.9921.284.56-
YUV117.4579.21125.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 136 (53.52% from 255) = 48.40%
BLUE value IS 31 (12.5% from 255) = 11.03%
R=40.57%
G=48.40%
B=11.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114136310.1600.770.4772.5762.8732.75
Hex72881F1004D2F493f21
Octal16221037200115571117741
Binary1110010100010001111110000010011011011111001001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72881F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72881F; }

 p { color: rgb(114,136,31); }

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

<style>
 a { background-color: #72881F; }

 a { background-color: rgb(114,136,31); }

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

<style>
 span { border-color: #72881F; }

 span { border-color: rgb(114,136,31); }

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