Shades of Olivine #97AD7B
Tints of Olivine #97AD7B
RGB
CMYK
RGB Variations
Color information
#97AD7B (or 0x97AD7B) is known color: Olivine. HEX triplet: 97, AD and 7B. RGB value is (151,173,123). Sum of RGB (Red+Green+Blue) = 151+173+123=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AD7B is #685284. Grayscale: #A0A0A0. Windows color (decimal): -6836869 or 8105367. OLE color: 8105367.
HSL color Cylindrical-coordinate representation of color #97AD7B: hue angle of 86.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97AD7B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 173 | 123 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.32 |
| HSL | 86.4º | 0.23% | 0.58% | - |
| HSV(B) | 86.4º | 0.29% | 0.68% | - |
| XYZ | 31.28 | 37.9 | 24.4 | - |
| YUV | 160.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 173 | 123 | 0.13 | 0 | 0.29 | 0.32 | 86.4 | 0.23 | 0.58 |
| Hex | 97 | AD | 7B | D | 0 | 1D | 20 | 56 | 17 | 3A |
| Octal | 227 | 255 | 173 | 15 | 0 | 35 | 40 | 126 | 27 | 72 |
| Binary | 10010111 | 10101101 | 1111011 | 1101 | 0 | 11101 | 100000 | 1010110 | 10111 | 111010 |
Color Harmonies of #97AD7B
Complementary color
Monochromatic Colors of #97AD7B
Black with #97AD7B
Text Example
Text Example
White with #97AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AD7B; }
p { color: rgb(151,173,123); }
H1.HeaderClassName
{
color: #97AD7B;
}
.AnyTagClassName
{
color: #97AD7B;
}
</style>
background-color css
<style>
a { background-color: #97AD7B; }
a { background-color: rgb(151,173,123); }
div.DivClassName
{
background-color: #97AD7B;
}
.BgClassName
{
background-color: #97AD7B;
}
</style>
border-color css
<style>
span { border-color: #97AD7B; }
span { border-color: rgb(151,173,123); }
td.TdClassName
{
border-color: #97AD7B;
}
.TagClassName
{
border-color: #97AD7B;
}
</style>