Shades of Olivine #97C76E
Tints of Olivine #97C76E
RGB
CMYK
RGB Variations
Color information
#97C76E (or 0x97C76E) is known color: Olivine. HEX triplet: 97, C7 and 6E. RGB value is (151,199,110). Sum of RGB (Red+Green+Blue) = 151+199+110=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #97C76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C76E is #683891. Grayscale: #AEAEAE. Windows color (decimal): -6830226 or 7260055. OLE color: 7260055.
HSL color Cylindrical-coordinate representation of color #97C76E: hue angle of 92.36º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97C76E is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 199 | 110 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.22 |
| HSL | 92.36º | 0.44% | 0.61% | - |
| HSV(B) | 92.36º | 0.45% | 0.78% | - |
| XYZ | 36 | 48.55 | 22.23 | - |
| YUV | 174.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 199 | 110 | 0.24 | 0 | 0.45 | 0.22 | 92.36 | 0.44 | 0.61 |
| Hex | 97 | C7 | 6E | 18 | 0 | 2D | 16 | 5C | 2C | 3D |
| Octal | 227 | 307 | 156 | 30 | 0 | 55 | 26 | 134 | 54 | 75 |
| Binary | 10010111 | 11000111 | 1101110 | 11000 | 0 | 101101 | 10110 | 1011100 | 101100 | 111101 |
Color Harmonies of #97C76E
Complementary color
Monochromatic Colors of #97C76E
Black with #97C76E
Text Example
Text Example
White with #97C76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C76E; }
p { color: rgb(151,199,110); }
H1.HeaderClassName
{
color: #97C76E;
}
.AnyTagClassName
{
color: #97C76E;
}
</style>
background-color css
<style>
a { background-color: #97C76E; }
a { background-color: rgb(151,199,110); }
div.DivClassName
{
background-color: #97C76E;
}
.BgClassName
{
background-color: #97C76E;
}
</style>
border-color css
<style>
span { border-color: #97C76E; }
span { border-color: rgb(151,199,110); }
td.TdClassName
{
border-color: #97C76E;
}
.TagClassName
{
border-color: #97C76E;
}
</style>