Shades of Olive #729600
Tints of Olive #729600
RGB
CMYK
RGB Variations
Color information
#729600 (or 0x729600) is known color: Olive. HEX triplet: 72, 96 and 00. RGB value is (114,150,0). Sum of RGB (Red+Green+Blue) = 114+150+0=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #729600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729600 is #8D69FF. Grayscale: #7A7A7A. Windows color (decimal): -9267712 or 38514. OLE color: 38514.
HSL color Cylindrical-coordinate representation of color #729600: hue angle of 74.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #729600 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.41 |
| HSL | 74.4º | 1% | 0.29% | - |
| HSV(B) | 74.4º | 1% | 0.59% | - |
| XYZ | 17.85 | 25.39 | 3.96 | - |
| YUV | 122.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 0 | 0.24 | 0 | 1 | 0.41 | 74.4 | 1 | 0.29 |
| Hex | 72 | 96 | 0 | 18 | 0 | 64 | 29 | 4A | 64 | 1D |
| Octal | 162 | 226 | 0 | 30 | 0 | 144 | 51 | 112 | 144 | 35 |
| Binary | 1110010 | 10010110 | 0 | 11000 | 0 | 1100100 | 101001 | 1001010 | 1100100 | 11101 |
Color Harmonies of #729600
Complementary color
Monochromatic Colors of #729600
Black with #729600
Text Example
Text Example
White with #729600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729600; }
p { color: rgb(114,150,0); }
H1.HeaderClassName
{
color: #729600;
}
.AnyTagClassName
{
color: #729600;
}
</style>
background-color css
<style>
a { background-color: #729600; }
a { background-color: rgb(114,150,0); }
div.DivClassName
{
background-color: #729600;
}
.BgClassName
{
background-color: #729600;
}
</style>
border-color css
<style>
span { border-color: #729600; }
span { border-color: rgb(114,150,0); }
td.TdClassName
{
border-color: #729600;
}
.TagClassName
{
border-color: #729600;
}
</style>