Shades of Olive #987800
Tints of Olive #987800
RGB
CMYK
RGB Variations
Color information
#987800 (or 0x987800) is known color: Olive. HEX triplet: 98, 78 and 00. RGB value is (152,120,0). Sum of RGB (Red+Green+Blue) = 152+120+0=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #987800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987800 is #6787FF. Grayscale: #747474. Windows color (decimal): -6785024 or 30872. OLE color: 30872.
HSL color Cylindrical-coordinate representation of color #987800: hue angle of 47.37º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #987800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.40 |
| HSL | 47.37º | 1% | 0.3% | - |
| HSV(B) | 47.37º | 1% | 0.6% | - |
| XYZ | 19.67 | 20.11 | 2.84 | - |
| YUV | 115.89 | 62.6 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 0 | 0 | 0.21 | 1 | 0.40 | 47.37 | 1 | 0.3 |
| Hex | 98 | 78 | 0 | 0 | 15 | 64 | 28 | 2F | 64 | 1E |
| Octal | 230 | 170 | 0 | 0 | 25 | 144 | 50 | 57 | 144 | 36 |
| Binary | 10011000 | 1111000 | 0 | 0 | 10101 | 1100100 | 101000 | 101111 | 1100100 | 11110 |
Color Harmonies of #987800
Complementary color
Monochromatic Colors of #987800
Black with #987800
Text Example
Text Example
White with #987800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987800; }
p { color: rgb(152,120,0); }
H1.HeaderClassName
{
color: #987800;
}
.AnyTagClassName
{
color: #987800;
}
</style>
background-color css
<style>
a { background-color: #987800; }
a { background-color: rgb(152,120,0); }
div.DivClassName
{
background-color: #987800;
}
.BgClassName
{
background-color: #987800;
}
</style>
border-color css
<style>
span { border-color: #987800; }
span { border-color: rgb(152,120,0); }
td.TdClassName
{
border-color: #987800;
}
.TagClassName
{
border-color: #987800;
}
</style>