Shades of Olivine #8BB573
Tints of Olivine #8BB573
RGB
CMYK
RGB Variations
Color information
#8BB573 (or 0x8BB573) is known color: Olivine. HEX triplet: 8B, B5 and 73. RGB value is (139,181,115). Sum of RGB (Red+Green+Blue) = 139+181+115=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB573 is #744A8C. Grayscale: #A1A1A1. Windows color (decimal): -7621261 or 7583115. OLE color: 7583115.
HSL color Cylindrical-coordinate representation of color #8BB573: hue angle of 98.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BB573 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 181 | 115 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.29 |
| HSL | 98.18º | 0.31% | 0.58% | - |
| HSV(B) | 98.18º | 0.36% | 0.71% | - |
| XYZ | 30.27 | 39.77 | 22.3 | - |
| YUV | 160.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 181 | 115 | 0.23 | 0 | 0.36 | 0.29 | 98.18 | 0.31 | 0.58 |
| Hex | 8B | B5 | 73 | 17 | 0 | 24 | 1D | 62 | 1F | 3A |
| Octal | 213 | 265 | 163 | 27 | 0 | 44 | 35 | 142 | 37 | 72 |
| Binary | 10001011 | 10110101 | 1110011 | 10111 | 0 | 100100 | 11101 | 1100010 | 11111 | 111010 |
Color Harmonies of #8BB573
Complementary color
Monochromatic Colors of #8BB573
Black with #8BB573
Text Example
Text Example
White with #8BB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB573; }
p { color: rgb(139,181,115); }
H1.HeaderClassName
{
color: #8BB573;
}
.AnyTagClassName
{
color: #8BB573;
}
</style>
background-color css
<style>
a { background-color: #8BB573; }
a { background-color: rgb(139,181,115); }
div.DivClassName
{
background-color: #8BB573;
}
.BgClassName
{
background-color: #8BB573;
}
</style>
border-color css
<style>
span { border-color: #8BB573; }
span { border-color: rgb(139,181,115); }
td.TdClassName
{
border-color: #8BB573;
}
.TagClassName
{
border-color: #8BB573;
}
</style>