Shades of Olivine #97C565
Tints of Olivine #97C565
RGB
CMYK
RGB Variations
Color information
#97C565 (or 0x97C565) is known color: Olivine. HEX triplet: 97, C5 and 65. RGB value is (151,197,101). Sum of RGB (Red+Green+Blue) = 151+197+101=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #97C565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C565 is #683A9A. Grayscale: #ACACAC. Windows color (decimal): -6830747 or 6669719. OLE color: 6669719.
HSL color Cylindrical-coordinate representation of color #97C565: hue angle of 88.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97C565 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 101 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.23 |
| HSL | 88.75º | 0.45% | 0.58% | - |
| HSV(B) | 88.75º | 0.49% | 0.77% | - |
| XYZ | 35.08 | 47.45 | 19.62 | - |
| YUV | 172.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 101 | 0.23 | 0 | 0.49 | 0.23 | 88.75 | 0.45 | 0.58 |
| Hex | 97 | C5 | 65 | 17 | 0 | 31 | 17 | 59 | 2D | 3A |
| Octal | 227 | 305 | 145 | 27 | 0 | 61 | 27 | 131 | 55 | 72 |
| Binary | 10010111 | 11000101 | 1100101 | 10111 | 0 | 110001 | 10111 | 1011001 | 101101 | 111010 |
Color Harmonies of #97C565
Complementary color
Monochromatic Colors of #97C565
Black with #97C565
Text Example
Text Example
White with #97C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C565; }
p { color: rgb(151,197,101); }
H1.HeaderClassName
{
color: #97C565;
}
.AnyTagClassName
{
color: #97C565;
}
</style>
background-color css
<style>
a { background-color: #97C565; }
a { background-color: rgb(151,197,101); }
div.DivClassName
{
background-color: #97C565;
}
.BgClassName
{
background-color: #97C565;
}
</style>
border-color css
<style>
span { border-color: #97C565; }
span { border-color: rgb(151,197,101); }
td.TdClassName
{
border-color: #97C565;
}
.TagClassName
{
border-color: #97C565;
}
</style>