Shades of Olivine #97BA76
Tints of Olivine #97BA76
RGB
CMYK
RGB Variations
Color information
#97BA76 (or 0x97BA76) is known color: Olivine. HEX triplet: 97, BA and 76. RGB value is (151,186,118). Sum of RGB (Red+Green+Blue) = 151+186+118=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BA76 is #684589. Grayscale: #A8A8A8. Windows color (decimal): -6833546 or 7781015. OLE color: 7781015.
HSL color Cylindrical-coordinate representation of color #97BA76: hue angle of 90.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97BA76 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 118 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.27 |
| HSL | 90.88º | 0.33% | 0.6% | - |
| HSV(B) | 90.88º | 0.37% | 0.73% | - |
| XYZ | 33.59 | 43.01 | 23.67 | - |
| YUV | 167.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 118 | 0.19 | 0 | 0.37 | 0.27 | 90.88 | 0.33 | 0.6 |
| Hex | 97 | BA | 76 | 13 | 0 | 25 | 1B | 5B | 21 | 3C |
| Octal | 227 | 272 | 166 | 23 | 0 | 45 | 33 | 133 | 41 | 74 |
| Binary | 10010111 | 10111010 | 1110110 | 10011 | 0 | 100101 | 11011 | 1011011 | 100001 | 111100 |
Color Harmonies of #97BA76
Complementary color
Monochromatic Colors of #97BA76
Black with #97BA76
Text Example
Text Example
White with #97BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA76; }
p { color: rgb(151,186,118); }
H1.HeaderClassName
{
color: #97BA76;
}
.AnyTagClassName
{
color: #97BA76;
}
</style>
background-color css
<style>
a { background-color: #97BA76; }
a { background-color: rgb(151,186,118); }
div.DivClassName
{
background-color: #97BA76;
}
.BgClassName
{
background-color: #97BA76;
}
</style>
border-color css
<style>
span { border-color: #97BA76; }
span { border-color: rgb(151,186,118); }
td.TdClassName
{
border-color: #97BA76;
}
.TagClassName
{
border-color: #97BA76;
}
</style>