#72842E

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

Shades of Olive Drab #72842E

Tints of Olive Drab #72842E

Color information

#72842E (or 0x72842E) is unknown color: approx Olive Drab. HEX triplet: 72, 84 and 2E. RGB value is (114,132,46). Sum of RGB (Red+Green+Blue) = 114+132+46=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #72842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72842E is #8D7BD1. Grayscale: #757575. Windows color (decimal): -9272274 or 3048562. OLE color: 3048562.

HSL color Cylindrical-coordinate representation of color #72842E: hue angle of 72.56º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72842E is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB11413246-
CMYK0.1400.650.48
HSL72.56º48.31%34.9%-
HSV(B)72.56º65.15%51.76%-
XYZ15.6820.285.67-
YUV116.8188.04125.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 132 (51.95% from 255) = 45.21%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=39.04%
G=45.21%
B=15.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114132460.1400.650.4872.5648.3134.9
Hex72842EE04130493023
Octal16220456160101601116043
Binary1110010100001001011101110010000011100001001001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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