Shades of Olivine #97C964
Tints of Olivine #97C964
RGB
CMYK
RGB Variations
Color information
#97C964 (or 0x97C964) is known color: Olivine. HEX triplet: 97, C9 and 64. RGB value is (151,201,100). Sum of RGB (Red+Green+Blue) = 151+201+100=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #97C964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C964 is #68369B. Grayscale: #AEAEAE. Windows color (decimal): -6829724 or 6605207. OLE color: 6605207.
HSL color Cylindrical-coordinate representation of color #97C964: hue angle of 89.7º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97C964 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 100 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.21 |
| HSL | 89.7º | 0.48% | 0.59% | - |
| HSV(B) | 89.7º | 0.5% | 0.79% | - |
| XYZ | 35.95 | 49.27 | 19.67 | - |
| YUV | 174.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 100 | 0.25 | 0 | 0.50 | 0.21 | 89.7 | 0.48 | 0.59 |
| Hex | 97 | C9 | 64 | 19 | 0 | 32 | 15 | 5A | 30 | 3B |
| Octal | 227 | 311 | 144 | 31 | 0 | 62 | 25 | 132 | 60 | 73 |
| Binary | 10010111 | 11001001 | 1100100 | 11001 | 0 | 110010 | 10101 | 1011010 | 110000 | 111011 |
Color Harmonies of #97C964
Complementary color
Monochromatic Colors of #97C964
Black with #97C964
Text Example
Text Example
White with #97C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C964; }
p { color: rgb(151,201,100); }
H1.HeaderClassName
{
color: #97C964;
}
.AnyTagClassName
{
color: #97C964;
}
</style>
background-color css
<style>
a { background-color: #97C964; }
a { background-color: rgb(151,201,100); }
div.DivClassName
{
background-color: #97C964;
}
.BgClassName
{
background-color: #97C964;
}
</style>
border-color css
<style>
span { border-color: #97C964; }
span { border-color: rgb(151,201,100); }
td.TdClassName
{
border-color: #97C964;
}
.TagClassName
{
border-color: #97C964;
}
</style>