Shades of Olive #977F02
Tints of Olive #977F02
RGB
CMYK
RGB Variations
Color information
#977F02 (or 0x977F02) is known color: Olive. HEX triplet: 97, 7F and 02. RGB value is (151,127,2). Sum of RGB (Red+Green+Blue) = 151+127+2=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #977F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977F02 is #6880FD. Grayscale: #787878. Windows color (decimal): -6848766 or 163735. OLE color: 163735.
HSL color Cylindrical-coordinate representation of color #977F02: hue angle of 50.34º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #977F02 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 127 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.41 |
| HSL | 50.34º | 0.97% | 0.3% | - |
| HSV(B) | 50.34º | 0.99% | 0.59% | - |
| XYZ | 20.36 | 21.76 | 3.18 | - |
| YUV | 119.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 2 | 0 | 0.16 | 0.99 | 0.41 | 50.34 | 0.97 | 0.3 |
| Hex | 97 | 7F | 2 | 0 | 10 | 63 | 29 | 32 | 61 | 1E |
| Octal | 227 | 177 | 2 | 0 | 20 | 143 | 51 | 62 | 141 | 36 |
| Binary | 10010111 | 1111111 | 10 | 0 | 10000 | 1100011 | 101001 | 110010 | 1100001 | 11110 |
Color Harmonies of #977F02
Complementary color
Monochromatic Colors of #977F02
Black with #977F02
Text Example
Text Example
White with #977F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977F02; }
p { color: rgb(151,127,2); }
H1.HeaderClassName
{
color: #977F02;
}
.AnyTagClassName
{
color: #977F02;
}
</style>
background-color css
<style>
a { background-color: #977F02; }
a { background-color: rgb(151,127,2); }
div.DivClassName
{
background-color: #977F02;
}
.BgClassName
{
background-color: #977F02;
}
</style>
border-color css
<style>
span { border-color: #977F02; }
span { border-color: rgb(151,127,2); }
td.TdClassName
{
border-color: #977F02;
}
.TagClassName
{
border-color: #977F02;
}
</style>