Shades of Olivine #97BA6B
Tints of Olivine #97BA6B
RGB
CMYK
RGB Variations
Color information
#97BA6B (or 0x97BA6B) is known color: Olivine. HEX triplet: 97, BA and 6B. RGB value is (151,186,107). Sum of RGB (Red+Green+Blue) = 151+186+107=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BA6B is #684594. Grayscale: #A6A6A6. Windows color (decimal): -6833557 or 7060119. OLE color: 7060119.
HSL color Cylindrical-coordinate representation of color #97BA6B: hue angle of 86.58º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97BA6B is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 107 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.27 |
| HSL | 86.58º | 0.36% | 0.57% | - |
| HSV(B) | 86.58º | 0.42% | 0.73% | - |
| XYZ | 32.98 | 42.76 | 20.43 | - |
| YUV | 166.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 107 | 0.19 | 0 | 0.42 | 0.27 | 86.58 | 0.36 | 0.57 |
| Hex | 97 | BA | 6B | 13 | 0 | 2A | 1B | 57 | 24 | 39 |
| Octal | 227 | 272 | 153 | 23 | 0 | 52 | 33 | 127 | 44 | 71 |
| Binary | 10010111 | 10111010 | 1101011 | 10011 | 0 | 101010 | 11011 | 1010111 | 100100 | 111001 |
Color Harmonies of #97BA6B
Complementary color
Monochromatic Colors of #97BA6B
Black with #97BA6B
Text Example
Text Example
White with #97BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA6B; }
p { color: rgb(151,186,107); }
H1.HeaderClassName
{
color: #97BA6B;
}
.AnyTagClassName
{
color: #97BA6B;
}
</style>
background-color css
<style>
a { background-color: #97BA6B; }
a { background-color: rgb(151,186,107); }
div.DivClassName
{
background-color: #97BA6B;
}
.BgClassName
{
background-color: #97BA6B;
}
</style>
border-color css
<style>
span { border-color: #97BA6B; }
span { border-color: rgb(151,186,107); }
td.TdClassName
{
border-color: #97BA6B;
}
.TagClassName
{
border-color: #97BA6B;
}
</style>