Shades of Olivine #97BB6C
Tints of Olivine #97BB6C
RGB
CMYK
RGB Variations
Color information
#97BB6C (or 0x97BB6C) is known color: Olivine. HEX triplet: 97, BB and 6C. RGB value is (151,187,108). Sum of RGB (Red+Green+Blue) = 151+187+108=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BB6C is #684493. Grayscale: #A7A7A7. Windows color (decimal): -6833300 or 7125911. OLE color: 7125911.
HSL color Cylindrical-coordinate representation of color #97BB6C: hue angle of 87.34º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97BB6C is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 187 | 108 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.27 |
| HSL | 87.34º | 0.37% | 0.58% | - |
| HSV(B) | 87.34º | 0.42% | 0.73% | - |
| XYZ | 33.24 | 43.2 | 20.77 | - |
| YUV | 167.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 187 | 108 | 0.19 | 0 | 0.42 | 0.27 | 87.34 | 0.37 | 0.58 |
| Hex | 97 | BB | 6C | 13 | 0 | 2A | 1B | 57 | 25 | 3A |
| Octal | 227 | 273 | 154 | 23 | 0 | 52 | 33 | 127 | 45 | 72 |
| Binary | 10010111 | 10111011 | 1101100 | 10011 | 0 | 101010 | 11011 | 1010111 | 100101 | 111010 |
Color Harmonies of #97BB6C
Complementary color
Monochromatic Colors of #97BB6C
Black with #97BB6C
Text Example
Text Example
White with #97BB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BB6C; }
p { color: rgb(151,187,108); }
H1.HeaderClassName
{
color: #97BB6C;
}
.AnyTagClassName
{
color: #97BB6C;
}
</style>
background-color css
<style>
a { background-color: #97BB6C; }
a { background-color: rgb(151,187,108); }
div.DivClassName
{
background-color: #97BB6C;
}
.BgClassName
{
background-color: #97BB6C;
}
</style>
border-color css
<style>
span { border-color: #97BB6C; }
span { border-color: rgb(151,187,108); }
td.TdClassName
{
border-color: #97BB6C;
}
.TagClassName
{
border-color: #97BB6C;
}
</style>