Shades of Olivine #97C059
Tints of Olivine #97C059
RGB
CMYK
RGB Variations
Color information
#97C059 (or 0x97C059) is known color: Olivine. HEX triplet: 97, C0 and 59. RGB value is (151,192,89). Sum of RGB (Red+Green+Blue) = 151+192+89=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #97C059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C059 is #683FA6. Grayscale: #A8A8A8. Windows color (decimal): -6832039 or 5882007. OLE color: 5882007.
HSL color Cylindrical-coordinate representation of color #97C059: hue angle of 83.88º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97C059 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 89 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.25 |
| HSL | 83.88º | 0.45% | 0.55% | - |
| HSV(B) | 83.88º | 0.54% | 0.75% | - |
| XYZ | 33.42 | 45 | 16.38 | - |
| YUV | 168 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 89 | 0.21 | 0 | 0.54 | 0.25 | 83.88 | 0.45 | 0.55 |
| Hex | 97 | C0 | 59 | 15 | 0 | 36 | 19 | 54 | 2D | 37 |
| Octal | 227 | 300 | 131 | 25 | 0 | 66 | 31 | 124 | 55 | 67 |
| Binary | 10010111 | 11000000 | 1011001 | 10101 | 0 | 110110 | 11001 | 1010100 | 101101 | 110111 |
Color Harmonies of #97C059
Complementary color
Monochromatic Colors of #97C059
Black with #97C059
Text Example
Text Example
White with #97C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C059; }
p { color: rgb(151,192,89); }
H1.HeaderClassName
{
color: #97C059;
}
.AnyTagClassName
{
color: #97C059;
}
</style>
background-color css
<style>
a { background-color: #97C059; }
a { background-color: rgb(151,192,89); }
div.DivClassName
{
background-color: #97C059;
}
.BgClassName
{
background-color: #97C059;
}
</style>
border-color css
<style>
span { border-color: #97C059; }
span { border-color: rgb(151,192,89); }
td.TdClassName
{
border-color: #97C059;
}
.TagClassName
{
border-color: #97C059;
}
</style>