#72882D

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

Shades of Olive Drab #72882D

Tints of Olive Drab #72882D

Color information

#72882D (or 0x72882D) is unknown color: approx Olive Drab. HEX triplet: 72, 88 and 2D. RGB value is (114,136,45). Sum of RGB (Red+Green+Blue) = 114+136+45=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #72882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72882D is #8D77D2. Grayscale: #777777. Windows color (decimal): -9271251 or 2984050. OLE color: 2984050.

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

Color convert

RGB11413645-
CMYK0.1600.670.47
HSL74.51º50.28%35.49%-
HSV(B)74.51º66.91%53.33%-
XYZ16.2221.385.75-
YUV119.0586.21124.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=38.64%
G=46.10%
B=15.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114136450.1600.670.4774.5150.2835.49
Hex72882D100432F4b3223
Octal16221055200103571136243
Binary11100101000100010110110000010000111011111001011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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