Shades of Olive Drab #729919
Tints of Olive Drab #729919
RGB
CMYK
RGB Variations
Color information
#729919 (or 0x729919) is known color: Olive Drab. HEX triplet: 72, 99 and 19. RGB value is (114,153,25). Sum of RGB (Red+Green+Blue) = 114+153+25=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #729919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729919 is #8D66E6. Grayscale: #7F7F7F. Windows color (decimal): -9266919 or 1677682. OLE color: 1677682.
HSL color Cylindrical-coordinate representation of color #729919: hue angle of 78.28º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #729919 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 25 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.4 |
| HSL | 78.28º | 0.72% | 0.35% | - |
| HSV(B) | 78.28º | 0.84% | 0.6% | - |
| XYZ | 18.51 | 26.43 | 5.05 | - |
| YUV | 126.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 25 | 0.25 | 0 | 0.84 | 0.4 | 78.28 | 0.72 | 0.35 |
| Hex | 72 | 99 | 19 | 19 | 0 | 54 | 28 | 4E | 48 | 23 |
| Octal | 162 | 231 | 31 | 31 | 0 | 124 | 50 | 116 | 110 | 43 |
| Binary | 1110010 | 10011001 | 11001 | 11001 | 0 | 1010100 | 101000 | 1001110 | 1001000 | 100011 |
Color Harmonies of #729919
Complementary color
Monochromatic Colors of #729919
Black with #729919
Text Example
Text Example
White with #729919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729919; }
p { color: rgb(114,153,25); }
H1.HeaderClassName
{
color: #729919;
}
.AnyTagClassName
{
color: #729919;
}
</style>
background-color css
<style>
a { background-color: #729919; }
a { background-color: rgb(114,153,25); }
div.DivClassName
{
background-color: #729919;
}
.BgClassName
{
background-color: #729919;
}
</style>
border-color css
<style>
span { border-color: #729919; }
span { border-color: rgb(114,153,25); }
td.TdClassName
{
border-color: #729919;
}
.TagClassName
{
border-color: #729919;
}
</style>