Shades of Olivine #8BAF76
Tints of Olivine #8BAF76
RGB
CMYK
RGB Variations
Color information
#8BAF76 (or 0x8BAF76) is known color: Olivine. HEX triplet: 8B, AF and 76. RGB value is (139,175,118). Sum of RGB (Red+Green+Blue) = 139+175+118=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF76 is #745089. Grayscale: #9D9D9D. Windows color (decimal): -7622794 or 7778187. OLE color: 7778187.
HSL color Cylindrical-coordinate representation of color #8BAF76: hue angle of 97.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BAF76 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 118 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.31 |
| HSL | 97.89º | 0.26% | 0.57% | - |
| HSV(B) | 97.89º | 0.33% | 0.69% | - |
| XYZ | 29.25 | 37.46 | 22.83 | - |
| YUV | 157.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 118 | 0.21 | 0 | 0.33 | 0.31 | 97.89 | 0.26 | 0.57 |
| Hex | 8B | AF | 76 | 15 | 0 | 21 | 1F | 62 | 1A | 39 |
| Octal | 213 | 257 | 166 | 25 | 0 | 41 | 37 | 142 | 32 | 71 |
| Binary | 10001011 | 10101111 | 1110110 | 10101 | 0 | 100001 | 11111 | 1100010 | 11010 | 111001 |
Color Harmonies of #8BAF76
Complementary color
Monochromatic Colors of #8BAF76
Black with #8BAF76
Text Example
Text Example
White with #8BAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF76; }
p { color: rgb(139,175,118); }
H1.HeaderClassName
{
color: #8BAF76;
}
.AnyTagClassName
{
color: #8BAF76;
}
</style>
background-color css
<style>
a { background-color: #8BAF76; }
a { background-color: rgb(139,175,118); }
div.DivClassName
{
background-color: #8BAF76;
}
.BgClassName
{
background-color: #8BAF76;
}
</style>
border-color css
<style>
span { border-color: #8BAF76; }
span { border-color: rgb(139,175,118); }
td.TdClassName
{
border-color: #8BAF76;
}
.TagClassName
{
border-color: #8BAF76;
}
</style>