Shades of Olive #728008
Tints of Olive #728008
RGB
CMYK
RGB Variations
Color information
#728008 (or 0x728008) is known color: Olive. HEX triplet: 72, 80 and 08. RGB value is (114,128,8). Sum of RGB (Red+Green+Blue) = 114+128+8=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #728008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728008 is #8D7FF7. Grayscale: #6E6E6E. Windows color (decimal): -9273336 or 557170. OLE color: 557170.
HSL color Cylindrical-coordinate representation of color #728008: hue angle of 67º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #728008 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 8 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.50 |
| HSL | 67º | 0.88% | 0.27% | - |
| HSV(B) | 67º | 0.94% | 0.5% | - |
| XYZ | 14.7 | 19.03 | 3.13 | - |
| YUV | 110.13 | 70.36 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 8 | 0.11 | 0 | 0.94 | 0.50 | 67 | 0.88 | 0.27 |
| Hex | 72 | 80 | 8 | B | 0 | 5E | 32 | 43 | 58 | 1B |
| Octal | 162 | 200 | 10 | 13 | 0 | 136 | 62 | 103 | 130 | 33 |
| Binary | 1110010 | 10000000 | 1000 | 1011 | 0 | 1011110 | 110010 | 1000011 | 1011000 | 11011 |
Color Harmonies of #728008
Complementary color
Monochromatic Colors of #728008
Black with #728008
Text Example
Text Example
White with #728008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728008; }
p { color: rgb(114,128,8); }
H1.HeaderClassName
{
color: #728008;
}
.AnyTagClassName
{
color: #728008;
}
</style>
background-color css
<style>
a { background-color: #728008; }
a { background-color: rgb(114,128,8); }
div.DivClassName
{
background-color: #728008;
}
.BgClassName
{
background-color: #728008;
}
</style>
border-color css
<style>
span { border-color: #728008; }
span { border-color: rgb(114,128,8); }
td.TdClassName
{
border-color: #728008;
}
.TagClassName
{
border-color: #728008;
}
</style>