Shades of Olivine #97C579
Tints of Olivine #97C579
RGB
CMYK
RGB Variations
Color information
#97C579 (or 0x97C579) is known color: Olivine. HEX triplet: 97, C5 and 79. RGB value is (151,197,121). Sum of RGB (Red+Green+Blue) = 151+197+121=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #97C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C579 is #683A86. Grayscale: #AEAEAE. Windows color (decimal): -6830727 or 7980439. OLE color: 7980439.
HSL color Cylindrical-coordinate representation of color #97C579: hue angle of 96.32º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97C579 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 121 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.23 |
| HSL | 96.32º | 0.4% | 0.62% | - |
| HSV(B) | 96.32º | 0.39% | 0.77% | - |
| XYZ | 36.18 | 47.89 | 25.43 | - |
| YUV | 174.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 121 | 0.23 | 0 | 0.39 | 0.23 | 96.32 | 0.4 | 0.62 |
| Hex | 97 | C5 | 79 | 17 | 0 | 27 | 17 | 60 | 28 | 3E |
| Octal | 227 | 305 | 171 | 27 | 0 | 47 | 27 | 140 | 50 | 76 |
| Binary | 10010111 | 11000101 | 1111001 | 10111 | 0 | 100111 | 10111 | 1100000 | 101000 | 111110 |
Color Harmonies of #97C579
Complementary color
Monochromatic Colors of #97C579
Black with #97C579
Text Example
Text Example
White with #97C579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C579; }
p { color: rgb(151,197,121); }
H1.HeaderClassName
{
color: #97C579;
}
.AnyTagClassName
{
color: #97C579;
}
</style>
background-color css
<style>
a { background-color: #97C579; }
a { background-color: rgb(151,197,121); }
div.DivClassName
{
background-color: #97C579;
}
.BgClassName
{
background-color: #97C579;
}
</style>
border-color css
<style>
span { border-color: #97C579; }
span { border-color: rgb(151,197,121); }
td.TdClassName
{
border-color: #97C579;
}
.TagClassName
{
border-color: #97C579;
}
</style>