Shades of Olivine #8BAF73
Tints of Olivine #8BAF73
RGB
CMYK
RGB Variations
Color information
#8BAF73 (or 0x8BAF73) is known color: Olivine. HEX triplet: 8B, AF and 73. RGB value is (139,175,115). Sum of RGB (Red+Green+Blue) = 139+175+115=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF73 is #74508C. Grayscale: #9D9D9D. Windows color (decimal): -7622797 or 7581579. OLE color: 7581579.
HSL color Cylindrical-coordinate representation of color #8BAF73: hue angle of 96º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BAF73 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 115 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.31 |
| HSL | 96º | 0.27% | 0.57% | - |
| HSV(B) | 96º | 0.34% | 0.69% | - |
| XYZ | 29.07 | 37.39 | 21.9 | - |
| YUV | 157.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 115 | 0.21 | 0 | 0.34 | 0.31 | 96 | 0.27 | 0.57 |
| Hex | 8B | AF | 73 | 15 | 0 | 22 | 1F | 60 | 1B | 39 |
| Octal | 213 | 257 | 163 | 25 | 0 | 42 | 37 | 140 | 33 | 71 |
| Binary | 10001011 | 10101111 | 1110011 | 10101 | 0 | 100010 | 11111 | 1100000 | 11011 | 111001 |
Color Harmonies of #8BAF73
Complementary color
Monochromatic Colors of #8BAF73
Black with #8BAF73
Text Example
Text Example
White with #8BAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF73; }
p { color: rgb(139,175,115); }
H1.HeaderClassName
{
color: #8BAF73;
}
.AnyTagClassName
{
color: #8BAF73;
}
</style>
background-color css
<style>
a { background-color: #8BAF73; }
a { background-color: rgb(139,175,115); }
div.DivClassName
{
background-color: #8BAF73;
}
.BgClassName
{
background-color: #8BAF73;
}
</style>
border-color css
<style>
span { border-color: #8BAF73; }
span { border-color: rgb(139,175,115); }
td.TdClassName
{
border-color: #8BAF73;
}
.TagClassName
{
border-color: #8BAF73;
}
</style>