Shades of Olivine #8BBC77
Tints of Olivine #8BBC77
RGB
CMYK
RGB Variations
Color information
#8BBC77 (or 0x8BBC77) is known color: Olivine. HEX triplet: 8B, BC and 77. RGB value is (139,188,119). Sum of RGB (Red+Green+Blue) = 139+188+119=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC77 is #744388. Grayscale: #A5A5A5. Windows color (decimal): -7619465 or 7847051. OLE color: 7847051.
HSL color Cylindrical-coordinate representation of color #8BBC77: hue angle of 102.61º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BBC77 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 119 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.26 |
| HSL | 102.61º | 0.34% | 0.6% | - |
| HSV(B) | 102.61º | 0.37% | 0.74% | - |
| XYZ | 31.96 | 42.79 | 24.03 | - |
| YUV | 165.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 119 | 0.26 | 0 | 0.37 | 0.26 | 102.61 | 0.34 | 0.6 |
| Hex | 8B | BC | 77 | 1A | 0 | 25 | 1A | 67 | 22 | 3C |
| Octal | 213 | 274 | 167 | 32 | 0 | 45 | 32 | 147 | 42 | 74 |
| Binary | 10001011 | 10111100 | 1110111 | 11010 | 0 | 100101 | 11010 | 1100111 | 100010 | 111100 |
Color Harmonies of #8BBC77
Complementary color
Monochromatic Colors of #8BBC77
Black with #8BBC77
Text Example
Text Example
White with #8BBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC77; }
p { color: rgb(139,188,119); }
H1.HeaderClassName
{
color: #8BBC77;
}
.AnyTagClassName
{
color: #8BBC77;
}
</style>
background-color css
<style>
a { background-color: #8BBC77; }
a { background-color: rgb(139,188,119); }
div.DivClassName
{
background-color: #8BBC77;
}
.BgClassName
{
background-color: #8BBC77;
}
</style>
border-color css
<style>
span { border-color: #8BBC77; }
span { border-color: rgb(139,188,119); }
td.TdClassName
{
border-color: #8BBC77;
}
.TagClassName
{
border-color: #8BBC77;
}
</style>