Shades of Olivine #8BB577
Tints of Olivine #8BB577
RGB
CMYK
RGB Variations
Color information
#8BB577 (or 0x8BB577) is known color: Olivine. HEX triplet: 8B, B5 and 77. RGB value is (139,181,119). Sum of RGB (Red+Green+Blue) = 139+181+119=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB577 is #744A88. Grayscale: #A1A1A1. Windows color (decimal): -7621257 or 7845259. OLE color: 7845259.
HSL color Cylindrical-coordinate representation of color #8BB577: hue angle of 100.65º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BB577 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 181 | 119 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.29 |
| HSL | 100.65º | 0.3% | 0.59% | - |
| HSV(B) | 100.65º | 0.34% | 0.71% | - |
| XYZ | 30.5 | 39.87 | 23.54 | - |
| YUV | 161.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 181 | 119 | 0.23 | 0 | 0.34 | 0.29 | 100.65 | 0.3 | 0.59 |
| Hex | 8B | B5 | 77 | 17 | 0 | 22 | 1D | 65 | 1E | 3B |
| Octal | 213 | 265 | 167 | 27 | 0 | 42 | 35 | 145 | 36 | 73 |
| Binary | 10001011 | 10110101 | 1110111 | 10111 | 0 | 100010 | 11101 | 1100101 | 11110 | 111011 |
Color Harmonies of #8BB577
Complementary color
Monochromatic Colors of #8BB577
Black with #8BB577
Text Example
Text Example
White with #8BB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB577; }
p { color: rgb(139,181,119); }
H1.HeaderClassName
{
color: #8BB577;
}
.AnyTagClassName
{
color: #8BB577;
}
</style>
background-color css
<style>
a { background-color: #8BB577; }
a { background-color: rgb(139,181,119); }
div.DivClassName
{
background-color: #8BB577;
}
.BgClassName
{
background-color: #8BB577;
}
</style>
border-color css
<style>
span { border-color: #8BB577; }
span { border-color: rgb(139,181,119); }
td.TdClassName
{
border-color: #8BB577;
}
.TagClassName
{
border-color: #8BB577;
}
</style>