Shades of Olive #728602
Tints of Olive #728602
RGB
CMYK
RGB Variations
Color information
#728602 (or 0x728602) is known color: Olive. HEX triplet: 72, 86 and 02. RGB value is (114,134,2). Sum of RGB (Red+Green+Blue) = 114+134+2=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #728602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728602 is #8D79FD. Grayscale: #717171. Windows color (decimal): -9271806 or 165490. OLE color: 165490.
HSL color Cylindrical-coordinate representation of color #728602: hue angle of 69.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #728602 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.47 |
| HSL | 69.09º | 0.97% | 0.27% | - |
| HSV(B) | 69.09º | 0.99% | 0.53% | - |
| XYZ | 15.48 | 20.63 | 3.22 | - |
| YUV | 112.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 2 | 0.15 | 0 | 0.99 | 0.47 | 69.09 | 0.97 | 0.27 |
| Hex | 72 | 86 | 2 | F | 0 | 63 | 2F | 45 | 61 | 1B |
| Octal | 162 | 206 | 2 | 17 | 0 | 143 | 57 | 105 | 141 | 33 |
| Binary | 1110010 | 10000110 | 10 | 1111 | 0 | 1100011 | 101111 | 1000101 | 1100001 | 11011 |
Color Harmonies of #728602
Complementary color
Monochromatic Colors of #728602
Black with #728602
Text Example
Text Example
White with #728602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728602; }
p { color: rgb(114,134,2); }
H1.HeaderClassName
{
color: #728602;
}
.AnyTagClassName
{
color: #728602;
}
</style>
background-color css
<style>
a { background-color: #728602; }
a { background-color: rgb(114,134,2); }
div.DivClassName
{
background-color: #728602;
}
.BgClassName
{
background-color: #728602;
}
</style>
border-color css
<style>
span { border-color: #728602; }
span { border-color: rgb(114,134,2); }
td.TdClassName
{
border-color: #728602;
}
.TagClassName
{
border-color: #728602;
}
</style>