Shades of Olivine #97BB7F
Tints of Olivine #97BB7F
RGB
CMYK
RGB Variations
Color information
#97BB7F (or 0x97BB7F) is known color: Olivine. HEX triplet: 97, BB and 7F. RGB value is (151,187,127). Sum of RGB (Red+Green+Blue) = 151+187+127=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BB7F is #684480. Grayscale: #A9A9A9. Windows color (decimal): -6833281 or 8371095. OLE color: 8371095.
HSL color Cylindrical-coordinate representation of color #97BB7F: hue angle of 96º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97BB7F is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 187 | 127 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.27 |
| HSL | 96º | 0.31% | 0.62% | - |
| HSV(B) | 96º | 0.32% | 0.73% | - |
| XYZ | 34.36 | 43.65 | 26.69 | - |
| YUV | 169.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 187 | 127 | 0.19 | 0 | 0.32 | 0.27 | 96 | 0.31 | 0.62 |
| Hex | 97 | BB | 7F | 13 | 0 | 20 | 1B | 60 | 1F | 3E |
| Octal | 227 | 273 | 177 | 23 | 0 | 40 | 33 | 140 | 37 | 76 |
| Binary | 10010111 | 10111011 | 1111111 | 10011 | 0 | 100000 | 11011 | 1100000 | 11111 | 111110 |
Color Harmonies of #97BB7F
Complementary color
Monochromatic Colors of #97BB7F
Black with #97BB7F
Text Example
Text Example
White with #97BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BB7F; }
p { color: rgb(151,187,127); }
H1.HeaderClassName
{
color: #97BB7F;
}
.AnyTagClassName
{
color: #97BB7F;
}
</style>
background-color css
<style>
a { background-color: #97BB7F; }
a { background-color: rgb(151,187,127); }
div.DivClassName
{
background-color: #97BB7F;
}
.BgClassName
{
background-color: #97BB7F;
}
</style>
border-color css
<style>
span { border-color: #97BB7F; }
span { border-color: rgb(151,187,127); }
td.TdClassName
{
border-color: #97BB7F;
}
.TagClassName
{
border-color: #97BB7F;
}
</style>