Shades of Olivine #8BB576
Tints of Olivine #8BB576
RGB
CMYK
RGB Variations
Color information
#8BB576 (or 0x8BB576) is known color: Olivine. HEX triplet: 8B, B5 and 76. RGB value is (139,181,118). Sum of RGB (Red+Green+Blue) = 139+181+118=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB576 is #744A89. Grayscale: #A1A1A1. Windows color (decimal): -7621258 or 7779723. OLE color: 7779723.
HSL color Cylindrical-coordinate representation of color #8BB576: hue angle of 100º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BB576 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 181 | 118 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.29 |
| HSL | 100º | 0.3% | 0.59% | - |
| HSV(B) | 100º | 0.35% | 0.71% | - |
| XYZ | 30.44 | 39.84 | 23.23 | - |
| YUV | 161.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 181 | 118 | 0.23 | 0 | 0.35 | 0.29 | 100 | 0.3 | 0.59 |
| Hex | 8B | B5 | 76 | 17 | 0 | 23 | 1D | 64 | 1E | 3B |
| Octal | 213 | 265 | 166 | 27 | 0 | 43 | 35 | 144 | 36 | 73 |
| Binary | 10001011 | 10110101 | 1110110 | 10111 | 0 | 100011 | 11101 | 1100100 | 11110 | 111011 |
Color Harmonies of #8BB576
Complementary color
Monochromatic Colors of #8BB576
Black with #8BB576
Text Example
Text Example
White with #8BB576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB576; }
p { color: rgb(139,181,118); }
H1.HeaderClassName
{
color: #8BB576;
}
.AnyTagClassName
{
color: #8BB576;
}
</style>
background-color css
<style>
a { background-color: #8BB576; }
a { background-color: rgb(139,181,118); }
div.DivClassName
{
background-color: #8BB576;
}
.BgClassName
{
background-color: #8BB576;
}
</style>
border-color css
<style>
span { border-color: #8BB576; }
span { border-color: rgb(139,181,118); }
td.TdClassName
{
border-color: #8BB576;
}
.TagClassName
{
border-color: #8BB576;
}
</style>