#72862A

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

Shades of Olive Drab #72862A

Tints of Olive Drab #72862A

Color information

#72862A (or 0x72862A) is unknown color: approx Olive Drab. HEX triplet: 72, 86 and 2A. RGB value is (114,134,42). Sum of RGB (Red+Green+Blue) = 114+134+42=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #72862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72862A is #8D79D5. Grayscale: #757575. Windows color (decimal): -9271766 or 2786930. OLE color: 2786930.

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

Color convert

RGB11413442-
CMYK0.1500.690.47
HSL73.04º52.27%34.51%-
HSV(B)73.04º68.66%52.55%-
XYZ15.8820.795.37-
YUV117.5385.37125.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 42 (16.80% from 255) = 14.48%
R=39.31%
G=46.21%
B=14.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134420.1500.690.4773.0452.2734.51
Hex72862AF0452F493423
Octal16220652170105571116443
Binary1110010100001101010101111010001011011111001001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72862A; }

 p { color: rgb(114,134,42); }

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

<style>
 a { background-color: #72862A; }

 a { background-color: rgb(114,134,42); }

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

<style>
 span { border-color: #72862A; }

 span { border-color: rgb(114,134,42); }

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