Shades of Olivine #8BAB70
Tints of Olivine #8BAB70
RGB
CMYK
RGB Variations
Color information
#8BAB70 (or 0x8BAB70) is known color: Olivine. HEX triplet: 8B, AB and 70. RGB value is (139,171,112). Sum of RGB (Red+Green+Blue) = 139+171+112=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAB70 is #74548F. Grayscale: #9A9A9A. Windows color (decimal): -7623824 or 7383947. OLE color: 7383947.
HSL color Cylindrical-coordinate representation of color #8BAB70: hue angle of 92.54º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BAB70 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 112 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.33 |
| HSL | 92.54º | 0.26% | 0.55% | - |
| HSV(B) | 92.54º | 0.35% | 0.67% | - |
| XYZ | 28.14 | 35.78 | 20.75 | - |
| YUV | 154.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 112 | 0.19 | 0 | 0.35 | 0.33 | 92.54 | 0.26 | 0.55 |
| Hex | 8B | AB | 70 | 13 | 0 | 23 | 21 | 5D | 1A | 37 |
| Octal | 213 | 253 | 160 | 23 | 0 | 43 | 41 | 135 | 32 | 67 |
| Binary | 10001011 | 10101011 | 1110000 | 10011 | 0 | 100011 | 100001 | 1011101 | 11010 | 110111 |
Color Harmonies of #8BAB70
Complementary color
Monochromatic Colors of #8BAB70
Black with #8BAB70
Text Example
Text Example
White with #8BAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB70; }
p { color: rgb(139,171,112); }
H1.HeaderClassName
{
color: #8BAB70;
}
.AnyTagClassName
{
color: #8BAB70;
}
</style>
background-color css
<style>
a { background-color: #8BAB70; }
a { background-color: rgb(139,171,112); }
div.DivClassName
{
background-color: #8BAB70;
}
.BgClassName
{
background-color: #8BAB70;
}
</style>
border-color css
<style>
span { border-color: #8BAB70; }
span { border-color: rgb(139,171,112); }
td.TdClassName
{
border-color: #8BAB70;
}
.TagClassName
{
border-color: #8BAB70;
}
</style>