Shades of Olive #979501
Tints of Olive #979501
RGB
CMYK
RGB Variations
Color information
#979501 (or 0x979501) is known color: Olive. HEX triplet: 97, 95 and 01. RGB value is (151,149,1). Sum of RGB (Red+Green+Blue) = 151+149+1=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #979501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979501 is #686AFE. Grayscale: #858585. Windows color (decimal): -6843135 or 103831. OLE color: 103831.
HSL color Cylindrical-coordinate representation of color #979501: hue angle of 59.2º 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 #979501 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 149 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.41 |
| HSL | 59.2º | 0.99% | 0.3% | - |
| HSV(B) | 59.2º | 0.99% | 0.59% | - |
| XYZ | 23.52 | 28.08 | 4.21 | - |
| YUV | 132.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 149 | 1 | 0 | 0.01 | 0.99 | 0.41 | 59.2 | 0.99 | 0.3 |
| Hex | 97 | 95 | 1 | 0 | 1 | 63 | 29 | 3B | 63 | 1E |
| Octal | 227 | 225 | 1 | 0 | 1 | 143 | 51 | 73 | 143 | 36 |
| Binary | 10010111 | 10010101 | 1 | 0 | 1 | 1100011 | 101001 | 111011 | 1100011 | 11110 |
Color Harmonies of #979501
Complementary color
Monochromatic Colors of #979501
Black with #979501
Text Example
Text Example
White with #979501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979501; }
p { color: rgb(151,149,1); }
H1.HeaderClassName
{
color: #979501;
}
.AnyTagClassName
{
color: #979501;
}
</style>
background-color css
<style>
a { background-color: #979501; }
a { background-color: rgb(151,149,1); }
div.DivClassName
{
background-color: #979501;
}
.BgClassName
{
background-color: #979501;
}
</style>
border-color css
<style>
span { border-color: #979501; }
span { border-color: rgb(151,149,1); }
td.TdClassName
{
border-color: #979501;
}
.TagClassName
{
border-color: #979501;
}
</style>