Shades of Olive #979701
Tints of Olive #979701
RGB
CMYK
RGB Variations
Color information
#979701 (or 0x979701) is known color: Olive. HEX triplet: 97, 97 and 01. RGB value is (151,151,1). Sum of RGB (Red+Green+Blue) = 151+151+1=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979701 is #6868FE. Grayscale: #868686. Windows color (decimal): -6842623 or 104343. OLE color: 104343.
HSL color Cylindrical-coordinate representation of color #979701: hue angle of 60º 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 #979701 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 151 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.41 |
| HSL | 60º | 0.99% | 0.3% | - |
| HSV(B) | 60º | 0.99% | 0.59% | - |
| XYZ | 23.83 | 28.71 | 4.31 | - |
| YUV | 133.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 151 | 1 | 0 | 0 | 0.99 | 0.41 | 60 | 0.99 | 0.3 |
| Hex | 97 | 97 | 1 | 0 | 0 | 63 | 29 | 3C | 63 | 1E |
| Octal | 227 | 227 | 1 | 0 | 0 | 143 | 51 | 74 | 143 | 36 |
| Binary | 10010111 | 10010111 | 1 | 0 | 0 | 1100011 | 101001 | 111100 | 1100011 | 11110 |
Color Harmonies of #979701
Complementary color
Monochromatic Colors of #979701
Black with #979701
Text Example
Text Example
White with #979701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979701; }
p { color: rgb(151,151,1); }
H1.HeaderClassName
{
color: #979701;
}
.AnyTagClassName
{
color: #979701;
}
</style>
background-color css
<style>
a { background-color: #979701; }
a { background-color: rgb(151,151,1); }
div.DivClassName
{
background-color: #979701;
}
.BgClassName
{
background-color: #979701;
}
</style>
border-color css
<style>
span { border-color: #979701; }
span { border-color: rgb(151,151,1); }
td.TdClassName
{
border-color: #979701;
}
.TagClassName
{
border-color: #979701;
}
</style>