Shades of Olivine #8AB86D
Tints of Olivine #8AB86D
RGB
CMYK
RGB Variations
Color information
#8AB86D (or 0x8AB86D) is known color: Olivine. HEX triplet: 8A, B8 and 6D. RGB value is (138,184,109). Sum of RGB (Red+Green+Blue) = 138+184+109=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB86D is #754792. Grayscale: #A1A1A1. Windows color (decimal): -7686035 or 7190666. OLE color: 7190666.
HSL color Cylindrical-coordinate representation of color #8AB86D: hue angle of 96.8º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AB86D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 109 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.28 |
| HSL | 96.8º | 0.35% | 0.57% | - |
| HSV(B) | 96.8º | 0.41% | 0.72% | - |
| XYZ | 30.38 | 40.79 | 20.74 | - |
| YUV | 161.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 109 | 0.25 | 0 | 0.41 | 0.28 | 96.8 | 0.35 | 0.57 |
| Hex | 8A | B8 | 6D | 19 | 0 | 29 | 1C | 61 | 23 | 39 |
| Octal | 212 | 270 | 155 | 31 | 0 | 51 | 34 | 141 | 43 | 71 |
| Binary | 10001010 | 10111000 | 1101101 | 11001 | 0 | 101001 | 11100 | 1100001 | 100011 | 111001 |
Color Harmonies of #8AB86D
Complementary color
Monochromatic Colors of #8AB86D
Black with #8AB86D
Text Example
Text Example
White with #8AB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB86D; }
p { color: rgb(138,184,109); }
H1.HeaderClassName
{
color: #8AB86D;
}
.AnyTagClassName
{
color: #8AB86D;
}
</style>
background-color css
<style>
a { background-color: #8AB86D; }
a { background-color: rgb(138,184,109); }
div.DivClassName
{
background-color: #8AB86D;
}
.BgClassName
{
background-color: #8AB86D;
}
</style>
border-color css
<style>
span { border-color: #8AB86D; }
span { border-color: rgb(138,184,109); }
td.TdClassName
{
border-color: #8AB86D;
}
.TagClassName
{
border-color: #8AB86D;
}
</style>