Shades of Olivine #97C972
Tints of Olivine #97C972
RGB
CMYK
RGB Variations
Color information
#97C972 (or 0x97C972) is known color: Olivine. HEX triplet: 97, C9 and 72. RGB value is (151,201,114). Sum of RGB (Red+Green+Blue) = 151+201+114=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #97C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C972 is #68368D. Grayscale: #B0B0B0. Windows color (decimal): -6829710 or 7522711. OLE color: 7522711.
HSL color Cylindrical-coordinate representation of color #97C972: hue angle of 94.48º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97C972 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 114 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.21 |
| HSL | 94.48º | 0.45% | 0.62% | - |
| HSV(B) | 94.48º | 0.43% | 0.79% | - |
| XYZ | 36.69 | 49.57 | 23.55 | - |
| YUV | 176.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 114 | 0.25 | 0 | 0.43 | 0.21 | 94.48 | 0.45 | 0.62 |
| Hex | 97 | C9 | 72 | 19 | 0 | 2B | 15 | 5E | 2D | 3E |
| Octal | 227 | 311 | 162 | 31 | 0 | 53 | 25 | 136 | 55 | 76 |
| Binary | 10010111 | 11001001 | 1110010 | 11001 | 0 | 101011 | 10101 | 1011110 | 101101 | 111110 |
Color Harmonies of #97C972
Complementary color
Monochromatic Colors of #97C972
Black with #97C972
Text Example
Text Example
White with #97C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C972; }
p { color: rgb(151,201,114); }
H1.HeaderClassName
{
color: #97C972;
}
.AnyTagClassName
{
color: #97C972;
}
</style>
background-color css
<style>
a { background-color: #97C972; }
a { background-color: rgb(151,201,114); }
div.DivClassName
{
background-color: #97C972;
}
.BgClassName
{
background-color: #97C972;
}
</style>
border-color css
<style>
span { border-color: #97C972; }
span { border-color: rgb(151,201,114); }
td.TdClassName
{
border-color: #97C972;
}
.TagClassName
{
border-color: #97C972;
}
</style>