Shades of Olivine #8BB56D
Tints of Olivine #8BB56D
RGB
CMYK
RGB Variations
Color information
#8BB56D (or 0x8BB56D) is known color: Olivine. HEX triplet: 8B, B5 and 6D. RGB value is (139,181,109). Sum of RGB (Red+Green+Blue) = 139+181+109=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB56D is #744A92. Grayscale: #A0A0A0. Windows color (decimal): -7621267 or 7189899. OLE color: 7189899.
HSL color Cylindrical-coordinate representation of color #8BB56D: hue angle of 95º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BB56D is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 181 | 109 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.29 |
| HSL | 95º | 0.33% | 0.57% | - |
| HSV(B) | 95º | 0.4% | 0.71% | - |
| XYZ | 29.93 | 39.64 | 20.54 | - |
| YUV | 160.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 181 | 109 | 0.23 | 0 | 0.40 | 0.29 | 95 | 0.33 | 0.57 |
| Hex | 8B | B5 | 6D | 17 | 0 | 28 | 1D | 5F | 21 | 39 |
| Octal | 213 | 265 | 155 | 27 | 0 | 50 | 35 | 137 | 41 | 71 |
| Binary | 10001011 | 10110101 | 1101101 | 10111 | 0 | 101000 | 11101 | 1011111 | 100001 | 111001 |
Color Harmonies of #8BB56D
Complementary color
Monochromatic Colors of #8BB56D
Black with #8BB56D
Text Example
Text Example
White with #8BB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB56D; }
p { color: rgb(139,181,109); }
H1.HeaderClassName
{
color: #8BB56D;
}
.AnyTagClassName
{
color: #8BB56D;
}
</style>
background-color css
<style>
a { background-color: #8BB56D; }
a { background-color: rgb(139,181,109); }
div.DivClassName
{
background-color: #8BB56D;
}
.BgClassName
{
background-color: #8BB56D;
}
</style>
border-color css
<style>
span { border-color: #8BB56D; }
span { border-color: rgb(139,181,109); }
td.TdClassName
{
border-color: #8BB56D;
}
.TagClassName
{
border-color: #8BB56D;
}
</style>