Shades of Olivine #8BB872
Tints of Olivine #8BB872
RGB
CMYK
RGB Variations
Color information
#8BB872 (or 0x8BB872) is known color: Olivine. HEX triplet: 8B, B8 and 72. RGB value is (139,184,114). Sum of RGB (Red+Green+Blue) = 139+184+114=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB872 is #74478D. Grayscale: #A2A2A2. Windows color (decimal): -7620494 or 7518347. OLE color: 7518347.
HSL color Cylindrical-coordinate representation of color #8BB872: hue angle of 98.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BB872 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 184 | 114 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.28 |
| HSL | 98.57º | 0.33% | 0.58% | - |
| HSV(B) | 98.57º | 0.38% | 0.72% | - |
| XYZ | 30.83 | 40.98 | 22.21 | - |
| YUV | 162.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 114 | 0.24 | 0 | 0.38 | 0.28 | 98.57 | 0.33 | 0.58 |
| Hex | 8B | B8 | 72 | 18 | 0 | 26 | 1C | 63 | 21 | 3A |
| Octal | 213 | 270 | 162 | 30 | 0 | 46 | 34 | 143 | 41 | 72 |
| Binary | 10001011 | 10111000 | 1110010 | 11000 | 0 | 100110 | 11100 | 1100011 | 100001 | 111010 |
Color Harmonies of #8BB872
Complementary color
Monochromatic Colors of #8BB872
Black with #8BB872
Text Example
Text Example
White with #8BB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB872; }
p { color: rgb(139,184,114); }
H1.HeaderClassName
{
color: #8BB872;
}
.AnyTagClassName
{
color: #8BB872;
}
</style>
background-color css
<style>
a { background-color: #8BB872; }
a { background-color: rgb(139,184,114); }
div.DivClassName
{
background-color: #8BB872;
}
.BgClassName
{
background-color: #8BB872;
}
</style>
border-color css
<style>
span { border-color: #8BB872; }
span { border-color: rgb(139,184,114); }
td.TdClassName
{
border-color: #8BB872;
}
.TagClassName
{
border-color: #8BB872;
}
</style>