Shades of Olivine #97BB80
Tints of Olivine #97BB80
RGB
CMYK
RGB Variations
Color information
#97BB80 (or 0x97BB80) is known color: Olivine. HEX triplet: 97, BB and 80. RGB value is (151,187,128). Sum of RGB (Red+Green+Blue) = 151+187+128=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BB80 is #68447F. Grayscale: #A9A9A9. Windows color (decimal): -6833280 or 8436631. OLE color: 8436631.
HSL color Cylindrical-coordinate representation of color #97BB80: hue angle of 96.61º degrees, saturation: 0.3, 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 #97BB80 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 187 | 128 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.27 |
| HSL | 96.61º | 0.3% | 0.62% | - |
| HSV(B) | 96.61º | 0.32% | 0.73% | - |
| XYZ | 34.43 | 43.68 | 27.04 | - |
| YUV | 169.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 187 | 128 | 0.19 | 0 | 0.32 | 0.27 | 96.61 | 0.3 | 0.62 |
| Hex | 97 | BB | 80 | 13 | 0 | 20 | 1B | 61 | 1E | 3E |
| Octal | 227 | 273 | 200 | 23 | 0 | 40 | 33 | 141 | 36 | 76 |
| Binary | 10010111 | 10111011 | 10000000 | 10011 | 0 | 100000 | 11011 | 1100001 | 11110 | 111110 |
Color Harmonies of #97BB80
Complementary color
Monochromatic Colors of #97BB80
Black with #97BB80
Text Example
Text Example
White with #97BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BB80; }
p { color: rgb(151,187,128); }
H1.HeaderClassName
{
color: #97BB80;
}
.AnyTagClassName
{
color: #97BB80;
}
</style>
background-color css
<style>
a { background-color: #97BB80; }
a { background-color: rgb(151,187,128); }
div.DivClassName
{
background-color: #97BB80;
}
.BgClassName
{
background-color: #97BB80;
}
</style>
border-color css
<style>
span { border-color: #97BB80; }
span { border-color: rgb(151,187,128); }
td.TdClassName
{
border-color: #97BB80;
}
.TagClassName
{
border-color: #97BB80;
}
</style>