Shades of Olive #978409
Tints of Olive #978409
RGB
CMYK
RGB Variations
Color information
#978409 (or 0x978409) is known color: Olive. HEX triplet: 97, 84 and 09. RGB value is (151,132,9). Sum of RGB (Red+Green+Blue) = 151+132+9=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #978409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978409 is #687BF6. Grayscale: #7C7C7C. Windows color (decimal): -6847479 or 623767. OLE color: 623767.
HSL color Cylindrical-coordinate representation of color #978409: hue angle of 51.97º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #978409 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 9 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.41 |
| HSL | 51.97º | 0.89% | 0.31% | - |
| HSV(B) | 51.97º | 0.94% | 0.59% | - |
| XYZ | 21.06 | 23.1 | 3.61 | - |
| YUV | 123.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 9 | 0 | 0.13 | 0.94 | 0.41 | 51.97 | 0.89 | 0.31 |
| Hex | 97 | 84 | 9 | 0 | D | 5E | 29 | 34 | 59 | 1F |
| Octal | 227 | 204 | 11 | 0 | 15 | 136 | 51 | 64 | 131 | 37 |
| Binary | 10010111 | 10000100 | 1001 | 0 | 1101 | 1011110 | 101001 | 110100 | 1011001 | 11111 |
Color Harmonies of #978409
Complementary color
Monochromatic Colors of #978409
Black with #978409
Text Example
Text Example
White with #978409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978409; }
p { color: rgb(151,132,9); }
H1.HeaderClassName
{
color: #978409;
}
.AnyTagClassName
{
color: #978409;
}
</style>
background-color css
<style>
a { background-color: #978409; }
a { background-color: rgb(151,132,9); }
div.DivClassName
{
background-color: #978409;
}
.BgClassName
{
background-color: #978409;
}
</style>
border-color css
<style>
span { border-color: #978409; }
span { border-color: rgb(151,132,9); }
td.TdClassName
{
border-color: #978409;
}
.TagClassName
{
border-color: #978409;
}
</style>