Shades of Olivine #8BB877
Tints of Olivine #8BB877
RGB
CMYK
RGB Variations
Color information
#8BB877 (or 0x8BB877) is known color: Olivine. HEX triplet: 8B, B8 and 77. RGB value is (139,184,119). Sum of RGB (Red+Green+Blue) = 139+184+119=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB877 is #744788. Grayscale: #A3A3A3. Windows color (decimal): -7620489 or 7846027. OLE color: 7846027.
HSL color Cylindrical-coordinate representation of color #8BB877: hue angle of 101.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BB877 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 184 | 119 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.28 |
| HSL | 101.54º | 0.31% | 0.59% | - |
| HSV(B) | 101.54º | 0.35% | 0.72% | - |
| XYZ | 31.12 | 41.1 | 23.75 | - |
| YUV | 163.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 119 | 0.24 | 0 | 0.35 | 0.28 | 101.54 | 0.31 | 0.59 |
| Hex | 8B | B8 | 77 | 18 | 0 | 23 | 1C | 66 | 1F | 3B |
| Octal | 213 | 270 | 167 | 30 | 0 | 43 | 34 | 146 | 37 | 73 |
| Binary | 10001011 | 10111000 | 1110111 | 11000 | 0 | 100011 | 11100 | 1100110 | 11111 | 111011 |
Color Harmonies of #8BB877
Complementary color
Monochromatic Colors of #8BB877
Black with #8BB877
Text Example
Text Example
White with #8BB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB877; }
p { color: rgb(139,184,119); }
H1.HeaderClassName
{
color: #8BB877;
}
.AnyTagClassName
{
color: #8BB877;
}
</style>
background-color css
<style>
a { background-color: #8BB877; }
a { background-color: rgb(139,184,119); }
div.DivClassName
{
background-color: #8BB877;
}
.BgClassName
{
background-color: #8BB877;
}
</style>
border-color css
<style>
span { border-color: #8BB877; }
span { border-color: rgb(139,184,119); }
td.TdClassName
{
border-color: #8BB877;
}
.TagClassName
{
border-color: #8BB877;
}
</style>