Shades of Olive #728C06
Tints of Olive #728C06
RGB
CMYK
RGB Variations
Color information
#728C06 (or 0x728C06) is known color: Olive. HEX triplet: 72, 8C and 06. RGB value is (114,140,6). Sum of RGB (Red+Green+Blue) = 114+140+6=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #728C06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728C06 is #8D73F9. Grayscale: #757575. Windows color (decimal): -9270266 or 429170. OLE color: 429170.
HSL color Cylindrical-coordinate representation of color #728C06: hue angle of 71.64º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #728C06 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 6 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.45 |
| HSL | 71.64º | 0.92% | 0.29% | - |
| HSV(B) | 71.64º | 0.96% | 0.55% | - |
| XYZ | 16.35 | 22.35 | 3.62 | - |
| YUV | 116.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 6 | 0.19 | 0 | 0.96 | 0.45 | 71.64 | 0.92 | 0.29 |
| Hex | 72 | 8C | 6 | 13 | 0 | 60 | 2D | 48 | 5C | 1D |
| Octal | 162 | 214 | 6 | 23 | 0 | 140 | 55 | 110 | 134 | 35 |
| Binary | 1110010 | 10001100 | 110 | 10011 | 0 | 1100000 | 101101 | 1001000 | 1011100 | 11101 |
Color Harmonies of #728C06
Complementary color
Monochromatic Colors of #728C06
Black with #728C06
Text Example
Text Example
White with #728C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C06; }
p { color: rgb(114,140,6); }
H1.HeaderClassName
{
color: #728C06;
}
.AnyTagClassName
{
color: #728C06;
}
</style>
background-color css
<style>
a { background-color: #728C06; }
a { background-color: rgb(114,140,6); }
div.DivClassName
{
background-color: #728C06;
}
.BgClassName
{
background-color: #728C06;
}
</style>
border-color css
<style>
span { border-color: #728C06; }
span { border-color: rgb(114,140,6); }
td.TdClassName
{
border-color: #728C06;
}
.TagClassName
{
border-color: #728C06;
}
</style>