Shades of Olivine #97C15E
Tints of Olivine #97C15E
RGB
CMYK
RGB Variations
Color information
#97C15E (or 0x97C15E) is known color: Olivine. HEX triplet: 97, C1 and 5E. RGB value is (151,193,94). Sum of RGB (Red+Green+Blue) = 151+193+94=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #97C15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C15E is #683EA1. Grayscale: #A9A9A9. Windows color (decimal): -6831778 or 6209943. OLE color: 6209943.
HSL color Cylindrical-coordinate representation of color #97C15E: hue angle of 85.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97C15E is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 94 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.24 |
| HSL | 85.45º | 0.44% | 0.56% | - |
| HSV(B) | 85.45º | 0.51% | 0.76% | - |
| XYZ | 33.85 | 45.53 | 17.59 | - |
| YUV | 169.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 94 | 0.22 | 0 | 0.51 | 0.24 | 85.45 | 0.44 | 0.56 |
| Hex | 97 | C1 | 5E | 16 | 0 | 33 | 18 | 55 | 2C | 38 |
| Octal | 227 | 301 | 136 | 26 | 0 | 63 | 30 | 125 | 54 | 70 |
| Binary | 10010111 | 11000001 | 1011110 | 10110 | 0 | 110011 | 11000 | 1010101 | 101100 | 111000 |
Color Harmonies of #97C15E
Complementary color
Monochromatic Colors of #97C15E
Black with #97C15E
Text Example
Text Example
White with #97C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C15E; }
p { color: rgb(151,193,94); }
H1.HeaderClassName
{
color: #97C15E;
}
.AnyTagClassName
{
color: #97C15E;
}
</style>
background-color css
<style>
a { background-color: #97C15E; }
a { background-color: rgb(151,193,94); }
div.DivClassName
{
background-color: #97C15E;
}
.BgClassName
{
background-color: #97C15E;
}
</style>
border-color css
<style>
span { border-color: #97C15E; }
span { border-color: rgb(151,193,94); }
td.TdClassName
{
border-color: #97C15E;
}
.TagClassName
{
border-color: #97C15E;
}
</style>