Shades of Olive #978100
Tints of Olive #978100
RGB
CMYK
RGB Variations
Color information
#978100 (or 0x978100) is known color: Olive. HEX triplet: 97, 81 and 00. RGB value is (151,129,0). Sum of RGB (Red+Green+Blue) = 151+129+0=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #978100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978100 is #687EFF. Grayscale: #797979. Windows color (decimal): -6848256 or 33175. OLE color: 33175.
HSL color Cylindrical-coordinate representation of color #978100: hue angle of 51.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #978100 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 129 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.41 |
| HSL | 51.26º | 1% | 0.3% | - |
| HSV(B) | 51.26º | 1% | 0.59% | - |
| XYZ | 20.61 | 22.28 | 3.21 | - |
| YUV | 120.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 0 | 0 | 0.15 | 1 | 0.41 | 51.26 | 1 | 0.3 |
| Hex | 97 | 81 | 0 | 0 | F | 64 | 29 | 33 | 64 | 1E |
| Octal | 227 | 201 | 0 | 0 | 17 | 144 | 51 | 63 | 144 | 36 |
| Binary | 10010111 | 10000001 | 0 | 0 | 1111 | 1100100 | 101001 | 110011 | 1100100 | 11110 |
Color Harmonies of #978100
Complementary color
Monochromatic Colors of #978100
Black with #978100
Text Example
Text Example
White with #978100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978100; }
p { color: rgb(151,129,0); }
H1.HeaderClassName
{
color: #978100;
}
.AnyTagClassName
{
color: #978100;
}
</style>
background-color css
<style>
a { background-color: #978100; }
a { background-color: rgb(151,129,0); }
div.DivClassName
{
background-color: #978100;
}
.BgClassName
{
background-color: #978100;
}
</style>
border-color css
<style>
span { border-color: #978100; }
span { border-color: rgb(151,129,0); }
td.TdClassName
{
border-color: #978100;
}
.TagClassName
{
border-color: #978100;
}
</style>