Shades of Olive #728701
Tints of Olive #728701
RGB
CMYK
RGB Variations
Color information
#728701 (or 0x728701) is known color: Olive. HEX triplet: 72, 87 and 01. RGB value is (114,135,1). Sum of RGB (Red+Green+Blue) = 114+135+1=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #728701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728701 is #8D78FE. Grayscale: #717171. Windows color (decimal): -9271551 or 100210. OLE color: 100210.
HSL color Cylindrical-coordinate representation of color #728701: hue angle of 69.4º degrees, saturation: 0.99, 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 #728701 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.47 |
| HSL | 69.4º | 0.99% | 0.27% | - |
| HSV(B) | 69.4º | 0.99% | 0.53% | - |
| XYZ | 15.61 | 20.91 | 3.24 | - |
| YUV | 113.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 1 | 0.16 | 0 | 0.99 | 0.47 | 69.4 | 0.99 | 0.27 |
| Hex | 72 | 87 | 1 | 10 | 0 | 63 | 2F | 45 | 63 | 1B |
| Octal | 162 | 207 | 1 | 20 | 0 | 143 | 57 | 105 | 143 | 33 |
| Binary | 1110010 | 10000111 | 1 | 10000 | 0 | 1100011 | 101111 | 1000101 | 1100011 | 11011 |
Color Harmonies of #728701
Complementary color
Monochromatic Colors of #728701
Black with #728701
Text Example
Text Example
White with #728701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728701; }
p { color: rgb(114,135,1); }
H1.HeaderClassName
{
color: #728701;
}
.AnyTagClassName
{
color: #728701;
}
</style>
background-color css
<style>
a { background-color: #728701; }
a { background-color: rgb(114,135,1); }
div.DivClassName
{
background-color: #728701;
}
.BgClassName
{
background-color: #728701;
}
</style>
border-color css
<style>
span { border-color: #728701; }
span { border-color: rgb(114,135,1); }
td.TdClassName
{
border-color: #728701;
}
.TagClassName
{
border-color: #728701;
}
</style>