Shades of Olive #729006
Tints of Olive #729006
RGB
CMYK
RGB Variations
Color information
#729006 (or 0x729006) is known color: Olive. HEX triplet: 72, 90 and 06. RGB value is (114,144,6). Sum of RGB (Red+Green+Blue) = 114+144+6=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #729006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729006 is #8D6FF9. Grayscale: #777777. Windows color (decimal): -9269242 or 430194. OLE color: 430194.
HSL color Cylindrical-coordinate representation of color #729006: hue angle of 73.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #729006 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 6 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.44 |
| HSL | 73.04º | 0.92% | 0.29% | - |
| HSV(B) | 73.04º | 0.96% | 0.56% | - |
| XYZ | 16.95 | 23.54 | 3.82 | - |
| YUV | 119.3 | 64.06 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 6 | 0.21 | 0 | 0.96 | 0.44 | 73.04 | 0.92 | 0.29 |
| Hex | 72 | 90 | 6 | 15 | 0 | 60 | 2C | 49 | 5C | 1D |
| Octal | 162 | 220 | 6 | 25 | 0 | 140 | 54 | 111 | 134 | 35 |
| Binary | 1110010 | 10010000 | 110 | 10101 | 0 | 1100000 | 101100 | 1001001 | 1011100 | 11101 |
Color Harmonies of #729006
Complementary color
Monochromatic Colors of #729006
Black with #729006
Text Example
Text Example
White with #729006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729006; }
p { color: rgb(114,144,6); }
H1.HeaderClassName
{
color: #729006;
}
.AnyTagClassName
{
color: #729006;
}
</style>
background-color css
<style>
a { background-color: #729006; }
a { background-color: rgb(114,144,6); }
div.DivClassName
{
background-color: #729006;
}
.BgClassName
{
background-color: #729006;
}
</style>
border-color css
<style>
span { border-color: #729006; }
span { border-color: rgb(114,144,6); }
td.TdClassName
{
border-color: #729006;
}
.TagClassName
{
border-color: #729006;
}
</style>