Shades of Olivine #8BBC71
Tints of Olivine #8BBC71
RGB
CMYK
RGB Variations
Color information
#8BBC71 (or 0x8BBC71) is known color: Olivine. HEX triplet: 8B, BC and 71. RGB value is (139,188,113). Sum of RGB (Red+Green+Blue) = 139+188+113=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC71 is #74438E. Grayscale: #A5A5A5. Windows color (decimal): -7619471 or 7453835. OLE color: 7453835.
HSL color Cylindrical-coordinate representation of color #8BBC71: hue angle of 99.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BBC71 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 113 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.26 |
| HSL | 99.2º | 0.36% | 0.59% | - |
| HSV(B) | 99.2º | 0.4% | 0.74% | - |
| XYZ | 31.61 | 42.65 | 22.19 | - |
| YUV | 164.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 113 | 0.26 | 0 | 0.40 | 0.26 | 99.2 | 0.36 | 0.59 |
| Hex | 8B | BC | 71 | 1A | 0 | 28 | 1A | 63 | 24 | 3B |
| Octal | 213 | 274 | 161 | 32 | 0 | 50 | 32 | 143 | 44 | 73 |
| Binary | 10001011 | 10111100 | 1110001 | 11010 | 0 | 101000 | 11010 | 1100011 | 100100 | 111011 |
Color Harmonies of #8BBC71
Complementary color
Monochromatic Colors of #8BBC71
Black with #8BBC71
Text Example
Text Example
White with #8BBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC71; }
p { color: rgb(139,188,113); }
H1.HeaderClassName
{
color: #8BBC71;
}
.AnyTagClassName
{
color: #8BBC71;
}
</style>
background-color css
<style>
a { background-color: #8BBC71; }
a { background-color: rgb(139,188,113); }
div.DivClassName
{
background-color: #8BBC71;
}
.BgClassName
{
background-color: #8BBC71;
}
</style>
border-color css
<style>
span { border-color: #8BBC71; }
span { border-color: rgb(139,188,113); }
td.TdClassName
{
border-color: #8BBC71;
}
.TagClassName
{
border-color: #8BBC71;
}
</style>