#72921E

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

Shades of Olive Drab #72921E

Tints of Olive Drab #72921E

Color information

#72921E (or 0x72921E) is unknown color: approx Olive Drab. HEX triplet: 72, 92 and 1E. RGB value is (114,146,30). Sum of RGB (Red+Green+Blue) = 114+146+30=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #72921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72921E is #8D6DE1. Grayscale: #7B7B7B. Windows color (decimal): -9268706 or 2003570. OLE color: 2003570.

HSL color Cylindrical-coordinate representation of color #72921E: hue angle of 76.55º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72921E is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB11414630-
CMYK0.2200.790.43
HSL76.55º65.91%34.51%-
HSV(B)76.55º79.45%57.25%-
XYZ17.4524.234.99-
YUV123.2175.4121.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 146 (57.42% from 255) = 50.34%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=39.31%
G=50.34%
B=10.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114146300.2200.790.4376.5565.9134.51
Hex72921E1604F2B4d4223
Octal162222362601175311510243
Binary11100101001001011110101100100111110101110011011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,146,30); }

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

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

 a { background-color: rgb(114,146,30); }

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

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

 span { border-color: rgb(114,146,30); }

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