Shades of Olivine #8AAF72
Tints of Olivine #8AAF72
RGB
CMYK
RGB Variations
Color information
#8AAF72 (or 0x8AAF72) is known color: Olivine. HEX triplet: 8A, AF and 72. RGB value is (138,175,114). Sum of RGB (Red+Green+Blue) = 138+175+114=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF72 is #75508D. Grayscale: #9D9D9D. Windows color (decimal): -7688334 or 7516042. OLE color: 7516042.
HSL color Cylindrical-coordinate representation of color #8AAF72: hue angle of 96.39º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AAF72 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 114 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.31 |
| HSL | 96.39º | 0.28% | 0.57% | - |
| HSV(B) | 96.39º | 0.35% | 0.69% | - |
| XYZ | 28.85 | 37.28 | 21.59 | - |
| YUV | 156.98 | 103.74 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 114 | 0.21 | 0 | 0.35 | 0.31 | 96.39 | 0.28 | 0.57 |
| Hex | 8A | AF | 72 | 15 | 0 | 23 | 1F | 60 | 1C | 39 |
| Octal | 212 | 257 | 162 | 25 | 0 | 43 | 37 | 140 | 34 | 71 |
| Binary | 10001010 | 10101111 | 1110010 | 10101 | 0 | 100011 | 11111 | 1100000 | 11100 | 111001 |
Color Harmonies of #8AAF72
Complementary color
Monochromatic Colors of #8AAF72
Black with #8AAF72
Text Example
Text Example
White with #8AAF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF72; }
p { color: rgb(138,175,114); }
H1.HeaderClassName
{
color: #8AAF72;
}
.AnyTagClassName
{
color: #8AAF72;
}
</style>
background-color css
<style>
a { background-color: #8AAF72; }
a { background-color: rgb(138,175,114); }
div.DivClassName
{
background-color: #8AAF72;
}
.BgClassName
{
background-color: #8AAF72;
}
</style>
border-color css
<style>
span { border-color: #8AAF72; }
span { border-color: rgb(138,175,114); }
td.TdClassName
{
border-color: #8AAF72;
}
.TagClassName
{
border-color: #8AAF72;
}
</style>