#72882B

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

Shades of Olive Drab #72882B

Tints of Olive Drab #72882B

Color information

#72882B (or 0x72882B) is unknown color: approx Olive Drab. HEX triplet: 72, 88 and 2B. RGB value is (114,136,43). Sum of RGB (Red+Green+Blue) = 114+136+43=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #72882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72882B is #8D77D4. Grayscale: #777777. Windows color (decimal): -9271253 or 2852978. OLE color: 2852978.

HSL color Cylindrical-coordinate representation of color #72882B: hue angle of 74.19º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72882B is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB11413643-
CMYK0.1600.680.47
HSL74.19º51.96%35.1%-
HSV(B)74.19º68.38%53.33%-
XYZ16.1821.365.56-
YUV118.8285.21124.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=38.91%
G=46.42%
B=14.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114136430.1600.680.4774.1951.9635.1
Hex72882B100442F4a3423
Octal16221053200104571126443
Binary11100101000100010101110000010001001011111001010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72882B; }

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

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

<style>
 a { background-color: #72882B; }

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

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

<style>
 span { border-color: #72882B; }

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

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