Shades of Olivine #89AF6E
Tints of Olivine #89AF6E
RGB
CMYK
RGB Variations
Color information
#89AF6E (or 0x89AF6E) is known color: Olivine. HEX triplet: 89, AF and 6E. RGB value is (137,175,110). Sum of RGB (Red+Green+Blue) = 137+175+110=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AF6E is #765091. Grayscale: #9C9C9C. Windows color (decimal): -7753874 or 7253897. OLE color: 7253897.
HSL color Cylindrical-coordinate representation of color #89AF6E: hue angle of 95.08º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89AF6E is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 110 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.31 |
| HSL | 95.08º | 0.29% | 0.56% | - |
| HSV(B) | 95.08º | 0.37% | 0.69% | - |
| XYZ | 28.46 | 37.1 | 20.41 | - |
| YUV | 156.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 110 | 0.22 | 0 | 0.37 | 0.31 | 95.08 | 0.29 | 0.56 |
| Hex | 89 | AF | 6E | 16 | 0 | 25 | 1F | 5F | 1D | 38 |
| Octal | 211 | 257 | 156 | 26 | 0 | 45 | 37 | 137 | 35 | 70 |
| Binary | 10001001 | 10101111 | 1101110 | 10110 | 0 | 100101 | 11111 | 1011111 | 11101 | 111000 |
Color Harmonies of #89AF6E
Complementary color
Monochromatic Colors of #89AF6E
Black with #89AF6E
Text Example
Text Example
White with #89AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AF6E; }
p { color: rgb(137,175,110); }
H1.HeaderClassName
{
color: #89AF6E;
}
.AnyTagClassName
{
color: #89AF6E;
}
</style>
background-color css
<style>
a { background-color: #89AF6E; }
a { background-color: rgb(137,175,110); }
div.DivClassName
{
background-color: #89AF6E;
}
.BgClassName
{
background-color: #89AF6E;
}
</style>
border-color css
<style>
span { border-color: #89AF6E; }
span { border-color: rgb(137,175,110); }
td.TdClassName
{
border-color: #89AF6E;
}
.TagClassName
{
border-color: #89AF6E;
}
</style>