Shades of Olivine #8BB471
Tints of Olivine #8BB471
RGB
CMYK
RGB Variations
Color information
#8BB471 (or 0x8BB471) is known color: Olivine. HEX triplet: 8B, B4 and 71. RGB value is (139,180,113). Sum of RGB (Red+Green+Blue) = 139+180+113=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB471 is #744B8E. Grayscale: #A0A0A0. Windows color (decimal): -7621519 or 7451787. OLE color: 7451787.
HSL color Cylindrical-coordinate representation of color #8BB471: hue angle of 96.72º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BB471 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 113 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.29 |
| HSL | 96.72º | 0.31% | 0.57% | - |
| HSV(B) | 96.72º | 0.37% | 0.71% | - |
| XYZ | 29.95 | 39.32 | 21.63 | - |
| YUV | 160.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 113 | 0.23 | 0 | 0.37 | 0.29 | 96.72 | 0.31 | 0.57 |
| Hex | 8B | B4 | 71 | 17 | 0 | 25 | 1D | 61 | 1F | 39 |
| Octal | 213 | 264 | 161 | 27 | 0 | 45 | 35 | 141 | 37 | 71 |
| Binary | 10001011 | 10110100 | 1110001 | 10111 | 0 | 100101 | 11101 | 1100001 | 11111 | 111001 |
Color Harmonies of #8BB471
Complementary color
Monochromatic Colors of #8BB471
Black with #8BB471
Text Example
Text Example
White with #8BB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB471; }
p { color: rgb(139,180,113); }
H1.HeaderClassName
{
color: #8BB471;
}
.AnyTagClassName
{
color: #8BB471;
}
</style>
background-color css
<style>
a { background-color: #8BB471; }
a { background-color: rgb(139,180,113); }
div.DivClassName
{
background-color: #8BB471;
}
.BgClassName
{
background-color: #8BB471;
}
</style>
border-color css
<style>
span { border-color: #8BB471; }
span { border-color: rgb(139,180,113); }
td.TdClassName
{
border-color: #8BB471;
}
.TagClassName
{
border-color: #8BB471;
}
</style>