Shades of Olive #978C0C
Tints of Olive #978C0C
RGB
CMYK
RGB Variations
Color information
#978C0C (or 0x978C0C) is known color: Olive. HEX triplet: 97, 8C and 0C. RGB value is (151,140,12). Sum of RGB (Red+Green+Blue) = 151+140+12=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #978C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978C0C is #6873F3. Grayscale: #818181. Windows color (decimal): -6845428 or 822423. OLE color: 822423.
HSL color Cylindrical-coordinate representation of color #978C0C: hue angle of 55.25º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #978C0C is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 12 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.41 |
| HSL | 55.25º | 0.85% | 0.32% | - |
| HSV(B) | 55.25º | 0.92% | 0.59% | - |
| XYZ | 22.21 | 25.36 | 4.07 | - |
| YUV | 128.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 12 | 0 | 0.07 | 0.92 | 0.41 | 55.25 | 0.85 | 0.32 |
| Hex | 97 | 8C | C | 0 | 7 | 5C | 29 | 37 | 55 | 20 |
| Octal | 227 | 214 | 14 | 0 | 7 | 134 | 51 | 67 | 125 | 40 |
| Binary | 10010111 | 10001100 | 1100 | 0 | 111 | 1011100 | 101001 | 110111 | 1010101 | 100000 |
Color Harmonies of #978C0C
Complementary color
Monochromatic Colors of #978C0C
Black with #978C0C
Text Example
Text Example
White with #978C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C0C; }
p { color: rgb(151,140,12); }
H1.HeaderClassName
{
color: #978C0C;
}
.AnyTagClassName
{
color: #978C0C;
}
</style>
background-color css
<style>
a { background-color: #978C0C; }
a { background-color: rgb(151,140,12); }
div.DivClassName
{
background-color: #978C0C;
}
.BgClassName
{
background-color: #978C0C;
}
</style>
border-color css
<style>
span { border-color: #978C0C; }
span { border-color: rgb(151,140,12); }
td.TdClassName
{
border-color: #978C0C;
}
.TagClassName
{
border-color: #978C0C;
}
</style>