Shades of Olivine #8AB170
Tints of Olivine #8AB170
RGB
CMYK
RGB Variations
Color information
#8AB170 (or 0x8AB170) is known color: Olivine. HEX triplet: 8A, B1 and 70. RGB value is (138,177,112). Sum of RGB (Red+Green+Blue) = 138+177+112=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB170 is #754E8F. Grayscale: #9E9E9E. Windows color (decimal): -7687824 or 7385482. OLE color: 7385482.
HSL color Cylindrical-coordinate representation of color #8AB170: hue angle of 96º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AB170 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 112 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.31 |
| HSL | 96º | 0.29% | 0.57% | - |
| HSV(B) | 96º | 0.37% | 0.69% | - |
| XYZ | 29.13 | 38.02 | 21.13 | - |
| YUV | 157.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 112 | 0.22 | 0 | 0.37 | 0.31 | 96 | 0.29 | 0.57 |
| Hex | 8A | B1 | 70 | 16 | 0 | 25 | 1F | 60 | 1D | 39 |
| Octal | 212 | 261 | 160 | 26 | 0 | 45 | 37 | 140 | 35 | 71 |
| Binary | 10001010 | 10110001 | 1110000 | 10110 | 0 | 100101 | 11111 | 1100000 | 11101 | 111001 |
Color Harmonies of #8AB170
Complementary color
Monochromatic Colors of #8AB170
Black with #8AB170
Text Example
Text Example
White with #8AB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB170; }
p { color: rgb(138,177,112); }
H1.HeaderClassName
{
color: #8AB170;
}
.AnyTagClassName
{
color: #8AB170;
}
</style>
background-color css
<style>
a { background-color: #8AB170; }
a { background-color: rgb(138,177,112); }
div.DivClassName
{
background-color: #8AB170;
}
.BgClassName
{
background-color: #8AB170;
}
</style>
border-color css
<style>
span { border-color: #8AB170; }
span { border-color: rgb(138,177,112); }
td.TdClassName
{
border-color: #8AB170;
}
.TagClassName
{
border-color: #8AB170;
}
</style>