Shades of Olive Drab #72921D
Tints of Olive Drab #72921D
RGB
CMYK
RGB Variations
Color information
#72921D (or 0x72921D) is known color: 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
| RGB | 114 | 146 | 29 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.43 |
| HSL | 76.41º | 0.67% | 0.34% | - |
| HSV(B) | 76.41º | 0.8% | 0.57% | - |
| XYZ | 17.44 | 24.22 | 4.92 | - |
| YUV | 123.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 29 | 0.22 | 0 | 0.80 | 0.43 | 76.41 | 0.67 | 0.34 |
| Hex | 72 | 92 | 1D | 16 | 0 | 50 | 2B | 4C | 43 | 22 |
| Octal | 162 | 222 | 35 | 26 | 0 | 120 | 53 | 114 | 103 | 42 |
| Binary | 1110010 | 10010010 | 11101 | 10110 | 0 | 1010000 | 101011 | 1001100 | 1000011 | 100010 |
Color Harmonies of #72921D
Complementary color
Monochromatic Colors of #72921D
Black with #72921D
Text Example
Text Example
White with #72921D
Text Example
Text Example
HTML Codes & Css Web 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>