Shades of Olive #978808
Tints of Olive #978808
RGB
CMYK
RGB Variations
Color information
#978808 (or 0x978808) is known color: Olive. HEX triplet: 97, 88 and 08. RGB value is (151,136,8). Sum of RGB (Red+Green+Blue) = 151+136+8=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #978808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978808 is #6877F7. Grayscale: #7E7E7E. Windows color (decimal): -6846456 or 559255. OLE color: 559255.
HSL color Cylindrical-coordinate representation of color #978808: hue angle of 53.71º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #978808 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 136 | 8 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.41 |
| HSL | 53.71º | 0.9% | 0.31% | - |
| HSV(B) | 53.71º | 0.95% | 0.59% | - |
| XYZ | 21.61 | 24.21 | 3.76 | - |
| YUV | 125.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 8 | 0 | 0.10 | 0.95 | 0.41 | 53.71 | 0.9 | 0.31 |
| Hex | 97 | 88 | 8 | 0 | A | 5F | 29 | 36 | 5A | 1F |
| Octal | 227 | 210 | 10 | 0 | 12 | 137 | 51 | 66 | 132 | 37 |
| Binary | 10010111 | 10001000 | 1000 | 0 | 1010 | 1011111 | 101001 | 110110 | 1011010 | 11111 |
Color Harmonies of #978808
Complementary color
Monochromatic Colors of #978808
Black with #978808
Text Example
Text Example
White with #978808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978808; }
p { color: rgb(151,136,8); }
H1.HeaderClassName
{
color: #978808;
}
.AnyTagClassName
{
color: #978808;
}
</style>
background-color css
<style>
a { background-color: #978808; }
a { background-color: rgb(151,136,8); }
div.DivClassName
{
background-color: #978808;
}
.BgClassName
{
background-color: #978808;
}
</style>
border-color css
<style>
span { border-color: #978808; }
span { border-color: rgb(151,136,8); }
td.TdClassName
{
border-color: #978808;
}
.TagClassName
{
border-color: #978808;
}
</style>