Shades of Olive #978007
Tints of Olive #978007
RGB
CMYK
RGB Variations
Color information
#978007 (or 0x978007) is known color: Olive. HEX triplet: 97, 80 and 07. RGB value is (151,128,7). Sum of RGB (Red+Green+Blue) = 151+128+7=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #978007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978007 is #687FF8. Grayscale: #797979. Windows color (decimal): -6848505 or 491671. OLE color: 491671.
HSL color Cylindrical-coordinate representation of color #978007: hue angle of 50.42º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #978007 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 128 | 7 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.41 |
| HSL | 50.42º | 0.91% | 0.31% | - |
| HSV(B) | 50.42º | 0.95% | 0.59% | - |
| XYZ | 20.52 | 22.03 | 3.37 | - |
| YUV | 121.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 128 | 7 | 0 | 0.15 | 0.95 | 0.41 | 50.42 | 0.91 | 0.31 |
| Hex | 97 | 80 | 7 | 0 | F | 5F | 29 | 32 | 5B | 1F |
| Octal | 227 | 200 | 7 | 0 | 17 | 137 | 51 | 62 | 133 | 37 |
| Binary | 10010111 | 10000000 | 111 | 0 | 1111 | 1011111 | 101001 | 110010 | 1011011 | 11111 |
Color Harmonies of #978007
Complementary color
Monochromatic Colors of #978007
Black with #978007
Text Example
Text Example
White with #978007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978007; }
p { color: rgb(151,128,7); }
H1.HeaderClassName
{
color: #978007;
}
.AnyTagClassName
{
color: #978007;
}
</style>
background-color css
<style>
a { background-color: #978007; }
a { background-color: rgb(151,128,7); }
div.DivClassName
{
background-color: #978007;
}
.BgClassName
{
background-color: #978007;
}
</style>
border-color css
<style>
span { border-color: #978007; }
span { border-color: rgb(151,128,7); }
td.TdClassName
{
border-color: #978007;
}
.TagClassName
{
border-color: #978007;
}
</style>