#72921D

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

Shades of Olive Drab #72921D

Tints of Olive Drab #72921D

Color information

#72921D (or 0x72921D) is unknown color: approx Olive Drab. HEX triplet: 72, 92 and 1D. RGB value is (114,146,29). Sum of RGB (Red+Green+Blue) = 114+146+29=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #72921D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72921D is #8D6DE2. Grayscale: #7B7B7B. Windows color (decimal): -9268707 or 1938034. OLE color: 1938034.

HSL color Cylindrical-coordinate representation of color #72921D: hue angle of 76.41º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72921D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB11414629-
CMYK0.2200.800.43
HSL76.41º66.86%34.31%-
HSV(B)76.41º80.14%57.25%-
XYZ17.4424.224.92-
YUV123.0974.9121.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 146 (57.42% from 255) = 50.52%
BLUE value IS 29 (11.72% from 255) = 10.03%
R=39.45%
G=50.52%
B=10.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114146290.2200.800.4376.4166.8634.31
Hex72921D160502B4c4322
Octal162222352601205311410342
Binary11100101001001011101101100101000010101110011001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72921D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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