Shades of Olivine #97C971
Tints of Olivine #97C971
RGB
CMYK
RGB Variations
Color information
#97C971 (or 0x97C971) is known color: Olivine. HEX triplet: 97, C9 and 71. RGB value is (151,201,113). Sum of RGB (Red+Green+Blue) = 151+201+113=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #97C971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C971 is #68368E. Grayscale: #B0B0B0. Windows color (decimal): -6829711 or 7457175. OLE color: 7457175.
HSL color Cylindrical-coordinate representation of color #97C971: hue angle of 94.09º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97C971 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 113 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.21 |
| HSL | 94.09º | 0.45% | 0.62% | - |
| HSV(B) | 94.09º | 0.44% | 0.79% | - |
| XYZ | 36.63 | 49.54 | 23.26 | - |
| YUV | 176.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 113 | 0.25 | 0 | 0.44 | 0.21 | 94.09 | 0.45 | 0.62 |
| Hex | 97 | C9 | 71 | 19 | 0 | 2C | 15 | 5E | 2D | 3E |
| Octal | 227 | 311 | 161 | 31 | 0 | 54 | 25 | 136 | 55 | 76 |
| Binary | 10010111 | 11001001 | 1110001 | 11001 | 0 | 101100 | 10101 | 1011110 | 101101 | 111110 |
Color Harmonies of #97C971
Complementary color
Monochromatic Colors of #97C971
Black with #97C971
Text Example
Text Example
White with #97C971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C971; }
p { color: rgb(151,201,113); }
H1.HeaderClassName
{
color: #97C971;
}
.AnyTagClassName
{
color: #97C971;
}
</style>
background-color css
<style>
a { background-color: #97C971; }
a { background-color: rgb(151,201,113); }
div.DivClassName
{
background-color: #97C971;
}
.BgClassName
{
background-color: #97C971;
}
</style>
border-color css
<style>
span { border-color: #97C971; }
span { border-color: rgb(151,201,113); }
td.TdClassName
{
border-color: #97C971;
}
.TagClassName
{
border-color: #97C971;
}
</style>