Shades of Olivine #8BB176
Tints of Olivine #8BB176
RGB
CMYK
RGB Variations
Color information
#8BB176 (or 0x8BB176) is known color: Olivine. HEX triplet: 8B, B1 and 76. RGB value is (139,177,118). Sum of RGB (Red+Green+Blue) = 139+177+118=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB176 is #744E89. Grayscale: #9F9F9F. Windows color (decimal): -7622282 or 7778699. OLE color: 7778699.
HSL color Cylindrical-coordinate representation of color #8BB176: hue angle of 98.64º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BB176 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 118 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.31 |
| HSL | 98.64º | 0.27% | 0.58% | - |
| HSV(B) | 98.64º | 0.33% | 0.69% | - |
| XYZ | 29.64 | 38.24 | 22.96 | - |
| YUV | 158.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 118 | 0.21 | 0 | 0.33 | 0.31 | 98.64 | 0.27 | 0.58 |
| Hex | 8B | B1 | 76 | 15 | 0 | 21 | 1F | 63 | 1B | 3A |
| Octal | 213 | 261 | 166 | 25 | 0 | 41 | 37 | 143 | 33 | 72 |
| Binary | 10001011 | 10110001 | 1110110 | 10101 | 0 | 100001 | 11111 | 1100011 | 11011 | 111010 |
Color Harmonies of #8BB176
Complementary color
Monochromatic Colors of #8BB176
Black with #8BB176
Text Example
Text Example
White with #8BB176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB176; }
p { color: rgb(139,177,118); }
H1.HeaderClassName
{
color: #8BB176;
}
.AnyTagClassName
{
color: #8BB176;
}
</style>
background-color css
<style>
a { background-color: #8BB176; }
a { background-color: rgb(139,177,118); }
div.DivClassName
{
background-color: #8BB176;
}
.BgClassName
{
background-color: #8BB176;
}
</style>
border-color css
<style>
span { border-color: #8BB176; }
span { border-color: rgb(139,177,118); }
td.TdClassName
{
border-color: #8BB176;
}
.TagClassName
{
border-color: #8BB176;
}
</style>