Shades of Olivine #97C07F
Tints of Olivine #97C07F
RGB
CMYK
RGB Variations
Color information
#97C07F (or 0x97C07F) is known color: Olivine. HEX triplet: 97, C0 and 7F. RGB value is (151,192,127). Sum of RGB (Red+Green+Blue) = 151+192+127=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #97C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C07F is #683F80. Grayscale: #ACACAC. Windows color (decimal): -6832001 or 8372375. OLE color: 8372375.
HSL color Cylindrical-coordinate representation of color #97C07F: hue angle of 97.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97C07F is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 127 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.25 |
| HSL | 97.85º | 0.34% | 0.63% | - |
| HSV(B) | 97.85º | 0.34% | 0.75% | - |
| XYZ | 35.44 | 45.81 | 27.05 | - |
| YUV | 172.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 127 | 0.21 | 0 | 0.34 | 0.25 | 97.85 | 0.34 | 0.63 |
| Hex | 97 | C0 | 7F | 15 | 0 | 22 | 19 | 62 | 22 | 3F |
| Octal | 227 | 300 | 177 | 25 | 0 | 42 | 31 | 142 | 42 | 77 |
| Binary | 10010111 | 11000000 | 1111111 | 10101 | 0 | 100010 | 11001 | 1100010 | 100010 | 111111 |
Color Harmonies of #97C07F
Complementary color
Monochromatic Colors of #97C07F
Black with #97C07F
Text Example
Text Example
White with #97C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C07F; }
p { color: rgb(151,192,127); }
H1.HeaderClassName
{
color: #97C07F;
}
.AnyTagClassName
{
color: #97C07F;
}
</style>
background-color css
<style>
a { background-color: #97C07F; }
a { background-color: rgb(151,192,127); }
div.DivClassName
{
background-color: #97C07F;
}
.BgClassName
{
background-color: #97C07F;
}
</style>
border-color css
<style>
span { border-color: #97C07F; }
span { border-color: rgb(151,192,127); }
td.TdClassName
{
border-color: #97C07F;
}
.TagClassName
{
border-color: #97C07F;
}
</style>