Shades of Olivine #8AAC71
Tints of Olivine #8AAC71
RGB
CMYK
RGB Variations
Color information
#8AAC71 (or 0x8AAC71) is known color: Olivine. HEX triplet: 8A, AC and 71. RGB value is (138,172,113). Sum of RGB (Red+Green+Blue) = 138+172+113=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC71 is #75538E. Grayscale: #9B9B9B. Windows color (decimal): -7689103 or 7449738. OLE color: 7449738.
HSL color Cylindrical-coordinate representation of color #8AAC71: hue angle of 94.58º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AAC71 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 113 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.33 |
| HSL | 94.58º | 0.26% | 0.56% | - |
| HSV(B) | 94.58º | 0.34% | 0.67% | - |
| XYZ | 28.21 | 36.1 | 21.1 | - |
| YUV | 155.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 113 | 0.20 | 0 | 0.34 | 0.33 | 94.58 | 0.26 | 0.56 |
| Hex | 8A | AC | 71 | 14 | 0 | 22 | 21 | 5F | 1A | 38 |
| Octal | 212 | 254 | 161 | 24 | 0 | 42 | 41 | 137 | 32 | 70 |
| Binary | 10001010 | 10101100 | 1110001 | 10100 | 0 | 100010 | 100001 | 1011111 | 11010 | 111000 |
Color Harmonies of #8AAC71
Complementary color
Monochromatic Colors of #8AAC71
Black with #8AAC71
Text Example
Text Example
White with #8AAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC71; }
p { color: rgb(138,172,113); }
H1.HeaderClassName
{
color: #8AAC71;
}
.AnyTagClassName
{
color: #8AAC71;
}
</style>
background-color css
<style>
a { background-color: #8AAC71; }
a { background-color: rgb(138,172,113); }
div.DivClassName
{
background-color: #8AAC71;
}
.BgClassName
{
background-color: #8AAC71;
}
</style>
border-color css
<style>
span { border-color: #8AAC71; }
span { border-color: rgb(138,172,113); }
td.TdClassName
{
border-color: #8AAC71;
}
.TagClassName
{
border-color: #8AAC71;
}
</style>