Shades of Olive #978509
Tints of Olive #978509
RGB
CMYK
RGB Variations
Color information
#978509 (or 0x978509) is known color: Olive. HEX triplet: 97, 85 and 09. RGB value is (151,133,9). Sum of RGB (Red+Green+Blue) = 151+133+9=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #978509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978509 is #687AF6. Grayscale: #7C7C7C. Windows color (decimal): -6847223 or 624023. OLE color: 624023.
HSL color Cylindrical-coordinate representation of color #978509: hue angle of 52.39º 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 #978509 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 133 | 9 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.41 |
| HSL | 52.39º | 0.89% | 0.31% | - |
| HSV(B) | 52.39º | 0.94% | 0.59% | - |
| XYZ | 21.2 | 23.37 | 3.65 | - |
| YUV | 124.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 9 | 0 | 0.12 | 0.94 | 0.41 | 52.39 | 0.89 | 0.31 |
| Hex | 97 | 85 | 9 | 0 | C | 5E | 29 | 34 | 59 | 1F |
| Octal | 227 | 205 | 11 | 0 | 14 | 136 | 51 | 64 | 131 | 37 |
| Binary | 10010111 | 10000101 | 1001 | 0 | 1100 | 1011110 | 101001 | 110100 | 1011001 | 11111 |
Color Harmonies of #978509
Complementary color
Monochromatic Colors of #978509
Black with #978509
Text Example
Text Example
White with #978509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978509; }
p { color: rgb(151,133,9); }
H1.HeaderClassName
{
color: #978509;
}
.AnyTagClassName
{
color: #978509;
}
</style>
background-color css
<style>
a { background-color: #978509; }
a { background-color: rgb(151,133,9); }
div.DivClassName
{
background-color: #978509;
}
.BgClassName
{
background-color: #978509;
}
</style>
border-color css
<style>
span { border-color: #978509; }
span { border-color: rgb(151,133,9); }
td.TdClassName
{
border-color: #978509;
}
.TagClassName
{
border-color: #978509;
}
</style>