Shades of Olive #978E09
Tints of Olive #978E09
RGB
CMYK
RGB Variations
Color information
#978E09 (or 0x978E09) is known color: Olive. HEX triplet: 97, 8E and 09. RGB value is (151,142,9). Sum of RGB (Red+Green+Blue) = 151+142+9=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #978E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978E09 is #6871F6. Grayscale: #828282. Windows color (decimal): -6844919 or 626327. OLE color: 626327.
HSL color Cylindrical-coordinate representation of color #978E09: hue angle of 56.2º 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 #978E09 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 9 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.41 |
| HSL | 56.2º | 0.89% | 0.31% | - |
| HSV(B) | 56.2º | 0.94% | 0.59% | - |
| XYZ | 22.48 | 25.95 | 4.08 | - |
| YUV | 129.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 9 | 0 | 0.06 | 0.94 | 0.41 | 56.2 | 0.89 | 0.31 |
| Hex | 97 | 8E | 9 | 0 | 6 | 5E | 29 | 38 | 59 | 1F |
| Octal | 227 | 216 | 11 | 0 | 6 | 136 | 51 | 70 | 131 | 37 |
| Binary | 10010111 | 10001110 | 1001 | 0 | 110 | 1011110 | 101001 | 111000 | 1011001 | 11111 |
Color Harmonies of #978E09
Complementary color
Monochromatic Colors of #978E09
Black with #978E09
Text Example
Text Example
White with #978E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E09; }
p { color: rgb(151,142,9); }
H1.HeaderClassName
{
color: #978E09;
}
.AnyTagClassName
{
color: #978E09;
}
</style>
background-color css
<style>
a { background-color: #978E09; }
a { background-color: rgb(151,142,9); }
div.DivClassName
{
background-color: #978E09;
}
.BgClassName
{
background-color: #978E09;
}
</style>
border-color css
<style>
span { border-color: #978E09; }
span { border-color: rgb(151,142,9); }
td.TdClassName
{
border-color: #978E09;
}
.TagClassName
{
border-color: #978E09;
}
</style>