Shades of Olive #977F03
Tints of Olive #977F03
RGB
CMYK
RGB Variations
Color information
#977F03 (or 0x977F03) is known color: Olive. HEX triplet: 97, 7F and 03. RGB value is (151,127,3). Sum of RGB (Red+Green+Blue) = 151+127+3=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #977F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977F03 is #6880FC. Grayscale: #787878. Windows color (decimal): -6848765 or 229271. OLE color: 229271.
HSL color Cylindrical-coordinate representation of color #977F03: hue angle of 50.27º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #977F03 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 127 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.41 |
| HSL | 50.27º | 0.96% | 0.3% | - |
| HSV(B) | 50.27º | 0.98% | 0.59% | - |
| XYZ | 20.37 | 21.76 | 3.21 | - |
| YUV | 120.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 3 | 0 | 0.16 | 0.98 | 0.41 | 50.27 | 0.96 | 0.3 |
| Hex | 97 | 7F | 3 | 0 | 10 | 62 | 29 | 32 | 60 | 1E |
| Octal | 227 | 177 | 3 | 0 | 20 | 142 | 51 | 62 | 140 | 36 |
| Binary | 10010111 | 1111111 | 11 | 0 | 10000 | 1100010 | 101001 | 110010 | 1100000 | 11110 |
Color Harmonies of #977F03
Complementary color
Monochromatic Colors of #977F03
Black with #977F03
Text Example
Text Example
White with #977F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977F03; }
p { color: rgb(151,127,3); }
H1.HeaderClassName
{
color: #977F03;
}
.AnyTagClassName
{
color: #977F03;
}
</style>
background-color css
<style>
a { background-color: #977F03; }
a { background-color: rgb(151,127,3); }
div.DivClassName
{
background-color: #977F03;
}
.BgClassName
{
background-color: #977F03;
}
</style>
border-color css
<style>
span { border-color: #977F03; }
span { border-color: rgb(151,127,3); }
td.TdClassName
{
border-color: #977F03;
}
.TagClassName
{
border-color: #977F03;
}
</style>