Shades of Olivine #97C05E
Tints of Olivine #97C05E
RGB
CMYK
RGB Variations
Color information
#97C05E (or 0x97C05E) is known color: Olivine. HEX triplet: 97, C0 and 5E. RGB value is (151,192,94). Sum of RGB (Red+Green+Blue) = 151+192+94=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #97C05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C05E is #683FA1. Grayscale: #A8A8A8. Windows color (decimal): -6832034 or 6209687. OLE color: 6209687.
HSL color Cylindrical-coordinate representation of color #97C05E: hue angle of 85.1º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97C05E is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 94 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.25 |
| HSL | 85.1º | 0.44% | 0.56% | - |
| HSV(B) | 85.1º | 0.51% | 0.75% | - |
| XYZ | 33.63 | 45.09 | 17.52 | - |
| YUV | 168.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 94 | 0.21 | 0 | 0.51 | 0.25 | 85.1 | 0.44 | 0.56 |
| Hex | 97 | C0 | 5E | 15 | 0 | 33 | 19 | 55 | 2C | 38 |
| Octal | 227 | 300 | 136 | 25 | 0 | 63 | 31 | 125 | 54 | 70 |
| Binary | 10010111 | 11000000 | 1011110 | 10101 | 0 | 110011 | 11001 | 1010101 | 101100 | 111000 |
Color Harmonies of #97C05E
Complementary color
Monochromatic Colors of #97C05E
Black with #97C05E
Text Example
Text Example
White with #97C05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C05E; }
p { color: rgb(151,192,94); }
H1.HeaderClassName
{
color: #97C05E;
}
.AnyTagClassName
{
color: #97C05E;
}
</style>
background-color css
<style>
a { background-color: #97C05E; }
a { background-color: rgb(151,192,94); }
div.DivClassName
{
background-color: #97C05E;
}
.BgClassName
{
background-color: #97C05E;
}
</style>
border-color css
<style>
span { border-color: #97C05E; }
span { border-color: rgb(151,192,94); }
td.TdClassName
{
border-color: #97C05E;
}
.TagClassName
{
border-color: #97C05E;
}
</style>