Shades of Olivine #97AD80
Tints of Olivine #97AD80
RGB
CMYK
RGB Variations
Color information
#97AD80 (or 0x97AD80) is known color: Olivine. HEX triplet: 97, AD and 80. RGB value is (151,173,128). Sum of RGB (Red+Green+Blue) = 151+173+128=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AD80 is #68527F. Grayscale: #A1A1A1. Windows color (decimal): -6836864 or 8433047. OLE color: 8433047.
HSL color Cylindrical-coordinate representation of color #97AD80: hue angle of 89.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97AD80 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 173 | 128 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.32 |
| HSL | 89.33º | 0.22% | 0.59% | - |
| HSV(B) | 89.33º | 0.26% | 0.68% | - |
| XYZ | 31.6 | 38.02 | 26.1 | - |
| YUV | 161.29 | 109.21 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 173 | 128 | 0.13 | 0 | 0.26 | 0.32 | 89.33 | 0.22 | 0.59 |
| Hex | 97 | AD | 80 | D | 0 | 1A | 20 | 59 | 16 | 3B |
| Octal | 227 | 255 | 200 | 15 | 0 | 32 | 40 | 131 | 26 | 73 |
| Binary | 10010111 | 10101101 | 10000000 | 1101 | 0 | 11010 | 100000 | 1011001 | 10110 | 111011 |
Color Harmonies of #97AD80
Complementary color
Monochromatic Colors of #97AD80
Black with #97AD80
Text Example
Text Example
White with #97AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AD80; }
p { color: rgb(151,173,128); }
H1.HeaderClassName
{
color: #97AD80;
}
.AnyTagClassName
{
color: #97AD80;
}
</style>
background-color css
<style>
a { background-color: #97AD80; }
a { background-color: rgb(151,173,128); }
div.DivClassName
{
background-color: #97AD80;
}
.BgClassName
{
background-color: #97AD80;
}
</style>
border-color css
<style>
span { border-color: #97AD80; }
span { border-color: rgb(151,173,128); }
td.TdClassName
{
border-color: #97AD80;
}
.TagClassName
{
border-color: #97AD80;
}
</style>