Shades of Olive #728700
Tints of Olive #728700
RGB
CMYK
RGB Variations
Color information
#728700 (or 0x728700) is known color: Olive. HEX triplet: 72, 87 and 00. RGB value is (114,135,0). Sum of RGB (Red+Green+Blue) = 114+135+0=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #728700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728700 is #8D78FF. Grayscale: #717171. Windows color (decimal): -9271552 or 34674. OLE color: 34674.
HSL color Cylindrical-coordinate representation of color #728700: hue angle of 69.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #728700 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.47 |
| HSL | 69.33º | 1% | 0.26% | - |
| HSV(B) | 69.33º | 1% | 0.53% | - |
| XYZ | 15.6 | 20.91 | 3.21 | - |
| YUV | 113.33 | 64.04 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 0 | 0.16 | 0 | 1 | 0.47 | 69.33 | 1 | 0.26 |
| Hex | 72 | 87 | 0 | 10 | 0 | 64 | 2F | 45 | 64 | 1A |
| Octal | 162 | 207 | 0 | 20 | 0 | 144 | 57 | 105 | 144 | 32 |
| Binary | 1110010 | 10000111 | 0 | 10000 | 0 | 1100100 | 101111 | 1000101 | 1100100 | 11010 |
Color Harmonies of #728700
Complementary color
Monochromatic Colors of #728700
Black with #728700
Text Example
Text Example
White with #728700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728700; }
p { color: rgb(114,135,0); }
H1.HeaderClassName
{
color: #728700;
}
.AnyTagClassName
{
color: #728700;
}
</style>
background-color css
<style>
a { background-color: #728700; }
a { background-color: rgb(114,135,0); }
div.DivClassName
{
background-color: #728700;
}
.BgClassName
{
background-color: #728700;
}
</style>
border-color css
<style>
span { border-color: #728700; }
span { border-color: rgb(114,135,0); }
td.TdClassName
{
border-color: #728700;
}
.TagClassName
{
border-color: #728700;
}
</style>