Shades of Olive #977A04
Tints of Olive #977A04
RGB
CMYK
RGB Variations
Color information
#977A04 (or 0x977A04) is known color: Olive. HEX triplet: 97, 7A and 04. RGB value is (151,122,4). Sum of RGB (Red+Green+Blue) = 151+122+4=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #977A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977A04 is #6885FB. Grayscale: #757575. Windows color (decimal): -6850044 or 293527. OLE color: 293527.
HSL color Cylindrical-coordinate representation of color #977A04: hue angle of 48.16º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #977A04 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 4 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.41 |
| HSL | 48.16º | 0.95% | 0.3% | - |
| HSV(B) | 48.16º | 0.97% | 0.59% | - |
| XYZ | 19.74 | 20.51 | 3.03 | - |
| YUV | 117.22 | 64.11 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 4 | 0 | 0.19 | 0.97 | 0.41 | 48.16 | 0.95 | 0.3 |
| Hex | 97 | 7A | 4 | 0 | 13 | 61 | 29 | 30 | 5F | 1E |
| Octal | 227 | 172 | 4 | 0 | 23 | 141 | 51 | 60 | 137 | 36 |
| Binary | 10010111 | 1111010 | 100 | 0 | 10011 | 1100001 | 101001 | 110000 | 1011111 | 11110 |
Color Harmonies of #977A04
Complementary color
Monochromatic Colors of #977A04
Black with #977A04
Text Example
Text Example
White with #977A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A04; }
p { color: rgb(151,122,4); }
H1.HeaderClassName
{
color: #977A04;
}
.AnyTagClassName
{
color: #977A04;
}
</style>
background-color css
<style>
a { background-color: #977A04; }
a { background-color: rgb(151,122,4); }
div.DivClassName
{
background-color: #977A04;
}
.BgClassName
{
background-color: #977A04;
}
</style>
border-color css
<style>
span { border-color: #977A04; }
span { border-color: rgb(151,122,4); }
td.TdClassName
{
border-color: #977A04;
}
.TagClassName
{
border-color: #977A04;
}
</style>