Shades of Olivine #97C55E
Tints of Olivine #97C55E
RGB
CMYK
RGB Variations
Color information
#97C55E (or 0x97C55E) is known color: Olivine. HEX triplet: 97, C5 and 5E. RGB value is (151,197,94). Sum of RGB (Red+Green+Blue) = 151+197+94=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #97C55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C55E is #683AA1. Grayscale: #ABABAB. Windows color (decimal): -6830754 or 6210967. OLE color: 6210967.
HSL color Cylindrical-coordinate representation of color #97C55E: hue angle of 86.8º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97C55E is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 94 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.23 |
| HSL | 86.8º | 0.47% | 0.57% | - |
| HSV(B) | 86.8º | 0.52% | 0.77% | - |
| XYZ | 34.75 | 47.32 | 17.89 | - |
| YUV | 171.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 94 | 0.23 | 0 | 0.52 | 0.23 | 86.8 | 0.47 | 0.57 |
| Hex | 97 | C5 | 5E | 17 | 0 | 34 | 17 | 57 | 2F | 39 |
| Octal | 227 | 305 | 136 | 27 | 0 | 64 | 27 | 127 | 57 | 71 |
| Binary | 10010111 | 11000101 | 1011110 | 10111 | 0 | 110100 | 10111 | 1010111 | 101111 | 111001 |
Color Harmonies of #97C55E
Complementary color
Monochromatic Colors of #97C55E
Black with #97C55E
Text Example
Text Example
White with #97C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C55E; }
p { color: rgb(151,197,94); }
H1.HeaderClassName
{
color: #97C55E;
}
.AnyTagClassName
{
color: #97C55E;
}
</style>
background-color css
<style>
a { background-color: #97C55E; }
a { background-color: rgb(151,197,94); }
div.DivClassName
{
background-color: #97C55E;
}
.BgClassName
{
background-color: #97C55E;
}
</style>
border-color css
<style>
span { border-color: #97C55E; }
span { border-color: rgb(151,197,94); }
td.TdClassName
{
border-color: #97C55E;
}
.TagClassName
{
border-color: #97C55E;
}
</style>