Shades of Olivine #97B07A
Tints of Olivine #97B07A
RGB
CMYK
RGB Variations
Color information
#97B07A (or 0x97B07A) is known color: Olivine. HEX triplet: 97, B0 and 7A. RGB value is (151,176,122). Sum of RGB (Red+Green+Blue) = 151+176+122=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #97B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B07A is #684F85. Grayscale: #A2A2A2. Windows color (decimal): -6836102 or 8040599. OLE color: 8040599.
HSL color Cylindrical-coordinate representation of color #97B07A: hue angle of 87.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97B07A is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 176 | 122 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.31 |
| HSL | 87.78º | 0.25% | 0.58% | - |
| HSV(B) | 87.78º | 0.31% | 0.69% | - |
| XYZ | 31.8 | 39.04 | 24.27 | - |
| YUV | 162.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 176 | 122 | 0.14 | 0 | 0.31 | 0.31 | 87.78 | 0.25 | 0.58 |
| Hex | 97 | B0 | 7A | E | 0 | 1F | 1F | 58 | 19 | 3A |
| Octal | 227 | 260 | 172 | 16 | 0 | 37 | 37 | 130 | 31 | 72 |
| Binary | 10010111 | 10110000 | 1111010 | 1110 | 0 | 11111 | 11111 | 1011000 | 11001 | 111010 |
Color Harmonies of #97B07A
Complementary color
Monochromatic Colors of #97B07A
Black with #97B07A
Text Example
Text Example
White with #97B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B07A; }
p { color: rgb(151,176,122); }
H1.HeaderClassName
{
color: #97B07A;
}
.AnyTagClassName
{
color: #97B07A;
}
</style>
background-color css
<style>
a { background-color: #97B07A; }
a { background-color: rgb(151,176,122); }
div.DivClassName
{
background-color: #97B07A;
}
.BgClassName
{
background-color: #97B07A;
}
</style>
border-color css
<style>
span { border-color: #97B07A; }
span { border-color: rgb(151,176,122); }
td.TdClassName
{
border-color: #97B07A;
}
.TagClassName
{
border-color: #97B07A;
}
</style>