Shades of Olive #978F09
Tints of Olive #978F09
RGB
CMYK
RGB Variations
Color information
#978F09 (or 0x978F09) is known color: Olive. HEX triplet: 97, 8F and 09. RGB value is (151,143,9). Sum of RGB (Red+Green+Blue) = 151+143+9=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #978F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978F09 is #6870F6. Grayscale: #828282. Windows color (decimal): -6844663 or 626583. OLE color: 626583.
HSL color Cylindrical-coordinate representation of color #978F09: hue angle of 56.62º 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 #978F09 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 9 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.41 |
| HSL | 56.62º | 0.89% | 0.31% | - |
| HSV(B) | 56.62º | 0.94% | 0.59% | - |
| XYZ | 22.63 | 26.24 | 4.13 | - |
| YUV | 130.12 | 59.65 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 9 | 0 | 0.05 | 0.94 | 0.41 | 56.62 | 0.89 | 0.31 |
| Hex | 97 | 8F | 9 | 0 | 5 | 5E | 29 | 39 | 59 | 1F |
| Octal | 227 | 217 | 11 | 0 | 5 | 136 | 51 | 71 | 131 | 37 |
| Binary | 10010111 | 10001111 | 1001 | 0 | 101 | 1011110 | 101001 | 111001 | 1011001 | 11111 |
Color Harmonies of #978F09
Complementary color
Monochromatic Colors of #978F09
Black with #978F09
Text Example
Text Example
White with #978F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F09; }
p { color: rgb(151,143,9); }
H1.HeaderClassName
{
color: #978F09;
}
.AnyTagClassName
{
color: #978F09;
}
</style>
background-color css
<style>
a { background-color: #978F09; }
a { background-color: rgb(151,143,9); }
div.DivClassName
{
background-color: #978F09;
}
.BgClassName
{
background-color: #978F09;
}
</style>
border-color css
<style>
span { border-color: #978F09; }
span { border-color: rgb(151,143,9); }
td.TdClassName
{
border-color: #978F09;
}
.TagClassName
{
border-color: #978F09;
}
</style>