Shades of Olivine #8AAE6F
Tints of Olivine #8AAE6F
RGB
CMYK
RGB Variations
Color information
#8AAE6F (or 0x8AAE6F) is known color: Olivine. HEX triplet: 8A, AE and 6F. RGB value is (138,174,111). Sum of RGB (Red+Green+Blue) = 138+174+111=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE6F is #755190. Grayscale: #9C9C9C. Windows color (decimal): -7688593 or 7319178. OLE color: 7319178.
HSL color Cylindrical-coordinate representation of color #8AAE6F: hue angle of 94.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AAE6F is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 111 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.32 |
| HSL | 94.29º | 0.28% | 0.56% | - |
| HSV(B) | 94.29º | 0.36% | 0.68% | - |
| XYZ | 28.49 | 36.82 | 20.65 | - |
| YUV | 156.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 111 | 0.21 | 0 | 0.36 | 0.32 | 94.29 | 0.28 | 0.56 |
| Hex | 8A | AE | 6F | 15 | 0 | 24 | 20 | 5E | 1C | 38 |
| Octal | 212 | 256 | 157 | 25 | 0 | 44 | 40 | 136 | 34 | 70 |
| Binary | 10001010 | 10101110 | 1101111 | 10101 | 0 | 100100 | 100000 | 1011110 | 11100 | 111000 |
Color Harmonies of #8AAE6F
Complementary color
Monochromatic Colors of #8AAE6F
Black with #8AAE6F
Text Example
Text Example
White with #8AAE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE6F; }
p { color: rgb(138,174,111); }
H1.HeaderClassName
{
color: #8AAE6F;
}
.AnyTagClassName
{
color: #8AAE6F;
}
</style>
background-color css
<style>
a { background-color: #8AAE6F; }
a { background-color: rgb(138,174,111); }
div.DivClassName
{
background-color: #8AAE6F;
}
.BgClassName
{
background-color: #8AAE6F;
}
</style>
border-color css
<style>
span { border-color: #8AAE6F; }
span { border-color: rgb(138,174,111); }
td.TdClassName
{
border-color: #8AAE6F;
}
.TagClassName
{
border-color: #8AAE6F;
}
</style>