Shades of Olive #978508
Tints of Olive #978508
RGB
CMYK
RGB Variations
Color information
#978508 (or 0x978508) is known color: Olive. HEX triplet: 97, 85 and 08. RGB value is (151,133,8). Sum of RGB (Red+Green+Blue) = 151+133+8=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #978508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978508 is #687AF7. Grayscale: #7C7C7C. Windows color (decimal): -6847224 or 558487. OLE color: 558487.
HSL color Cylindrical-coordinate representation of color #978508: hue angle of 52.45º 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 #978508 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 133 | 8 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.41 |
| HSL | 52.45º | 0.9% | 0.31% | - |
| HSV(B) | 52.45º | 0.95% | 0.59% | - |
| XYZ | 21.19 | 23.37 | 3.62 | - |
| YUV | 124.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 8 | 0 | 0.12 | 0.95 | 0.41 | 52.45 | 0.9 | 0.31 |
| Hex | 97 | 85 | 8 | 0 | C | 5F | 29 | 34 | 5A | 1F |
| Octal | 227 | 205 | 10 | 0 | 14 | 137 | 51 | 64 | 132 | 37 |
| Binary | 10010111 | 10000101 | 1000 | 0 | 1100 | 1011111 | 101001 | 110100 | 1011010 | 11111 |
Color Harmonies of #978508
Complementary color
Monochromatic Colors of #978508
Black with #978508
Text Example
Text Example
White with #978508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978508; }
p { color: rgb(151,133,8); }
H1.HeaderClassName
{
color: #978508;
}
.AnyTagClassName
{
color: #978508;
}
</style>
background-color css
<style>
a { background-color: #978508; }
a { background-color: rgb(151,133,8); }
div.DivClassName
{
background-color: #978508;
}
.BgClassName
{
background-color: #978508;
}
</style>
border-color css
<style>
span { border-color: #978508; }
span { border-color: rgb(151,133,8); }
td.TdClassName
{
border-color: #978508;
}
.TagClassName
{
border-color: #978508;
}
</style>