Shades of Olive Drab #729023
Tints of Olive Drab #729023
RGB
CMYK
RGB Variations
Color information
#729023 (or 0x729023) is known color: Olive Drab. HEX triplet: 72, 90 and 23. RGB value is (114,144,35). Sum of RGB (Red+Green+Blue) = 114+144+35=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #729023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729023 is #8D6FDC. Grayscale: #7B7B7B. Windows color (decimal): -9269213 or 2330738. OLE color: 2330738.
HSL color Cylindrical-coordinate representation of color #729023: hue angle of 76.51º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #729023 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 35 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.44 |
| HSL | 76.51º | 0.61% | 0.35% | - |
| HSV(B) | 76.51º | 0.76% | 0.56% | - |
| XYZ | 17.22 | 23.65 | 5.25 | - |
| YUV | 122.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 35 | 0.21 | 0 | 0.76 | 0.44 | 76.51 | 0.61 | 0.35 |
| Hex | 72 | 90 | 23 | 15 | 0 | 4C | 2C | 4D | 3D | 23 |
| Octal | 162 | 220 | 43 | 25 | 0 | 114 | 54 | 115 | 75 | 43 |
| Binary | 1110010 | 10010000 | 100011 | 10101 | 0 | 1001100 | 101100 | 1001101 | 111101 | 100011 |
Color Harmonies of #729023
Complementary color
Monochromatic Colors of #729023
Black with #729023
Text Example
Text Example
White with #729023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729023; }
p { color: rgb(114,144,35); }
H1.HeaderClassName
{
color: #729023;
}
.AnyTagClassName
{
color: #729023;
}
</style>
background-color css
<style>
a { background-color: #729023; }
a { background-color: rgb(114,144,35); }
div.DivClassName
{
background-color: #729023;
}
.BgClassName
{
background-color: #729023;
}
</style>
border-color css
<style>
span { border-color: #729023; }
span { border-color: rgb(114,144,35); }
td.TdClassName
{
border-color: #729023;
}
.TagClassName
{
border-color: #729023;
}
</style>