Shades of Olivine #97C07A
Tints of Olivine #97C07A
RGB
CMYK
RGB Variations
Color information
#97C07A (or 0x97C07A) is known color: Olivine. HEX triplet: 97, C0 and 7A. RGB value is (151,192,122). Sum of RGB (Red+Green+Blue) = 151+192+122=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #97C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C07A is #683F85. Grayscale: #ABABAB. Windows color (decimal): -6832006 or 8044695. OLE color: 8044695.
HSL color Cylindrical-coordinate representation of color #97C07A: hue angle of 95.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97C07A is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 122 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.25 |
| HSL | 95.14º | 0.36% | 0.62% | - |
| HSV(B) | 95.14º | 0.36% | 0.75% | - |
| XYZ | 35.12 | 45.68 | 25.38 | - |
| YUV | 171.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 122 | 0.21 | 0 | 0.36 | 0.25 | 95.14 | 0.36 | 0.62 |
| Hex | 97 | C0 | 7A | 15 | 0 | 24 | 19 | 5F | 24 | 3E |
| Octal | 227 | 300 | 172 | 25 | 0 | 44 | 31 | 137 | 44 | 76 |
| Binary | 10010111 | 11000000 | 1111010 | 10101 | 0 | 100100 | 11001 | 1011111 | 100100 | 111110 |
Color Harmonies of #97C07A
Complementary color
Monochromatic Colors of #97C07A
Black with #97C07A
Text Example
Text Example
White with #97C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C07A; }
p { color: rgb(151,192,122); }
H1.HeaderClassName
{
color: #97C07A;
}
.AnyTagClassName
{
color: #97C07A;
}
</style>
background-color css
<style>
a { background-color: #97C07A; }
a { background-color: rgb(151,192,122); }
div.DivClassName
{
background-color: #97C07A;
}
.BgClassName
{
background-color: #97C07A;
}
</style>
border-color css
<style>
span { border-color: #97C07A; }
span { border-color: rgb(151,192,122); }
td.TdClassName
{
border-color: #97C07A;
}
.TagClassName
{
border-color: #97C07A;
}
</style>