Shades of Olive #978301
Tints of Olive #978301
RGB
CMYK
RGB Variations
Color information
#978301 (or 0x978301) is known color: Olive. HEX triplet: 97, 83 and 01. RGB value is (151,131,1). Sum of RGB (Red+Green+Blue) = 151+131+1=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #978301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978301 is #687CFE. Grayscale: #7A7A7A. Windows color (decimal): -6847743 or 99223. OLE color: 99223.
HSL color Cylindrical-coordinate representation of color #978301: hue angle of 52º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #978301 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.41 |
| HSL | 52º | 0.99% | 0.3% | - |
| HSV(B) | 52º | 0.99% | 0.59% | - |
| XYZ | 20.88 | 22.81 | 3.33 | - |
| YUV | 122.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 1 | 0 | 0.13 | 0.99 | 0.41 | 52 | 0.99 | 0.3 |
| Hex | 97 | 83 | 1 | 0 | D | 63 | 29 | 34 | 63 | 1E |
| Octal | 227 | 203 | 1 | 0 | 15 | 143 | 51 | 64 | 143 | 36 |
| Binary | 10010111 | 10000011 | 1 | 0 | 1101 | 1100011 | 101001 | 110100 | 1100011 | 11110 |
Color Harmonies of #978301
Complementary color
Monochromatic Colors of #978301
Black with #978301
Text Example
Text Example
White with #978301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978301; }
p { color: rgb(151,131,1); }
H1.HeaderClassName
{
color: #978301;
}
.AnyTagClassName
{
color: #978301;
}
</style>
background-color css
<style>
a { background-color: #978301; }
a { background-color: rgb(151,131,1); }
div.DivClassName
{
background-color: #978301;
}
.BgClassName
{
background-color: #978301;
}
</style>
border-color css
<style>
span { border-color: #978301; }
span { border-color: rgb(151,131,1); }
td.TdClassName
{
border-color: #978301;
}
.TagClassName
{
border-color: #978301;
}
</style>