Shades of Olivine #8AB06D
Tints of Olivine #8AB06D
RGB
CMYK
RGB Variations
Color information
#8AB06D (or 0x8AB06D) is known color: Olivine. HEX triplet: 8A, B0 and 6D. RGB value is (138,176,109). Sum of RGB (Red+Green+Blue) = 138+176+109=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB06D is #754F92. Grayscale: #9D9D9D. Windows color (decimal): -7688083 or 7188618. OLE color: 7188618.
HSL color Cylindrical-coordinate representation of color #8AB06D: hue angle of 94.03º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AB06D is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 109 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.31 |
| HSL | 94.03º | 0.3% | 0.56% | - |
| HSV(B) | 94.03º | 0.38% | 0.69% | - |
| XYZ | 28.77 | 37.56 | 20.2 | - |
| YUV | 157 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 109 | 0.22 | 0 | 0.38 | 0.31 | 94.03 | 0.3 | 0.56 |
| Hex | 8A | B0 | 6D | 16 | 0 | 26 | 1F | 5E | 1E | 38 |
| Octal | 212 | 260 | 155 | 26 | 0 | 46 | 37 | 136 | 36 | 70 |
| Binary | 10001010 | 10110000 | 1101101 | 10110 | 0 | 100110 | 11111 | 1011110 | 11110 | 111000 |
Color Harmonies of #8AB06D
Complementary color
Monochromatic Colors of #8AB06D
Black with #8AB06D
Text Example
Text Example
White with #8AB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB06D; }
p { color: rgb(138,176,109); }
H1.HeaderClassName
{
color: #8AB06D;
}
.AnyTagClassName
{
color: #8AB06D;
}
</style>
background-color css
<style>
a { background-color: #8AB06D; }
a { background-color: rgb(138,176,109); }
div.DivClassName
{
background-color: #8AB06D;
}
.BgClassName
{
background-color: #8AB06D;
}
</style>
border-color css
<style>
span { border-color: #8AB06D; }
span { border-color: rgb(138,176,109); }
td.TdClassName
{
border-color: #8AB06D;
}
.TagClassName
{
border-color: #8AB06D;
}
</style>