Shades of Olivine #97AE6E
Tints of Olivine #97AE6E
RGB
CMYK
RGB Variations
Color information
#97AE6E (or 0x97AE6E) is known color: Olivine. HEX triplet: 97, AE and 6E. RGB value is (151,174,110). Sum of RGB (Red+Green+Blue) = 151+174+110=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #97AE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AE6E is #685191. Grayscale: #A0A0A0. Windows color (decimal): -6836626 or 7253655. OLE color: 7253655.
HSL color Cylindrical-coordinate representation of color #97AE6E: hue angle of 81.56º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97AE6E is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 174 | 110 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.32 |
| HSL | 81.56º | 0.28% | 0.56% | - |
| HSV(B) | 81.56º | 0.37% | 0.68% | - |
| XYZ | 30.71 | 37.98 | 20.46 | - |
| YUV | 159.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 174 | 110 | 0.13 | 0 | 0.37 | 0.32 | 81.56 | 0.28 | 0.56 |
| Hex | 97 | AE | 6E | D | 0 | 25 | 20 | 52 | 1C | 38 |
| Octal | 227 | 256 | 156 | 15 | 0 | 45 | 40 | 122 | 34 | 70 |
| Binary | 10010111 | 10101110 | 1101110 | 1101 | 0 | 100101 | 100000 | 1010010 | 11100 | 111000 |
Color Harmonies of #97AE6E
Complementary color
Monochromatic Colors of #97AE6E
Black with #97AE6E
Text Example
Text Example
White with #97AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AE6E; }
p { color: rgb(151,174,110); }
H1.HeaderClassName
{
color: #97AE6E;
}
.AnyTagClassName
{
color: #97AE6E;
}
</style>
background-color css
<style>
a { background-color: #97AE6E; }
a { background-color: rgb(151,174,110); }
div.DivClassName
{
background-color: #97AE6E;
}
.BgClassName
{
background-color: #97AE6E;
}
</style>
border-color css
<style>
span { border-color: #97AE6E; }
span { border-color: rgb(151,174,110); }
td.TdClassName
{
border-color: #97AE6E;
}
.TagClassName
{
border-color: #97AE6E;
}
</style>