Shades of Olive Drab #729226
Tints of Olive Drab #729226
RGB
CMYK
RGB Variations
Color information
#729226 (or 0x729226) is known color: Olive Drab. HEX triplet: 72, 92 and 26. RGB value is (114,146,38). Sum of RGB (Red+Green+Blue) = 114+146+38=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #729226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729226 is #8D6DD9. Grayscale: #7C7C7C. Windows color (decimal): -9268698 or 2527858. OLE color: 2527858.
HSL color Cylindrical-coordinate representation of color #729226: hue angle of 77.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #729226 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 38 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.43 |
| HSL | 77.78º | 0.59% | 0.36% | - |
| HSV(B) | 77.78º | 0.74% | 0.57% | - |
| XYZ | 17.57 | 24.28 | 5.59 | - |
| YUV | 124.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 38 | 0.22 | 0 | 0.74 | 0.43 | 77.78 | 0.59 | 0.36 |
| Hex | 72 | 92 | 26 | 16 | 0 | 4A | 2B | 4E | 3B | 24 |
| Octal | 162 | 222 | 46 | 26 | 0 | 112 | 53 | 116 | 73 | 44 |
| Binary | 1110010 | 10010010 | 100110 | 10110 | 0 | 1001010 | 101011 | 1001110 | 111011 | 100100 |
Color Harmonies of #729226
Complementary color
Monochromatic Colors of #729226
Black with #729226
Text Example
Text Example
White with #729226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729226; }
p { color: rgb(114,146,38); }
H1.HeaderClassName
{
color: #729226;
}
.AnyTagClassName
{
color: #729226;
}
</style>
background-color css
<style>
a { background-color: #729226; }
a { background-color: rgb(114,146,38); }
div.DivClassName
{
background-color: #729226;
}
.BgClassName
{
background-color: #729226;
}
</style>
border-color css
<style>
span { border-color: #729226; }
span { border-color: rgb(114,146,38); }
td.TdClassName
{
border-color: #729226;
}
.TagClassName
{
border-color: #729226;
}
</style>