Shades of Olivine #8BBB72
Tints of Olivine #8BBB72
RGB
CMYK
RGB Variations
Color information
#8BBB72 (or 0x8BBB72) is known color: Olivine. HEX triplet: 8B, BB and 72. RGB value is (139,187,114). Sum of RGB (Red+Green+Blue) = 139+187+114=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBB72 is #74448D. Grayscale: #A4A4A4. Windows color (decimal): -7619726 or 7519115. OLE color: 7519115.
HSL color Cylindrical-coordinate representation of color #8BBB72: hue angle of 99.45º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BBB72 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 114 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.27 |
| HSL | 99.45º | 0.35% | 0.59% | - |
| HSV(B) | 99.45º | 0.39% | 0.73% | - |
| XYZ | 31.46 | 42.24 | 22.42 | - |
| YUV | 164.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 114 | 0.26 | 0 | 0.39 | 0.27 | 99.45 | 0.35 | 0.59 |
| Hex | 8B | BB | 72 | 1A | 0 | 27 | 1B | 63 | 23 | 3B |
| Octal | 213 | 273 | 162 | 32 | 0 | 47 | 33 | 143 | 43 | 73 |
| Binary | 10001011 | 10111011 | 1110010 | 11010 | 0 | 100111 | 11011 | 1100011 | 100011 | 111011 |
Color Harmonies of #8BBB72
Complementary color
Monochromatic Colors of #8BBB72
Black with #8BBB72
Text Example
Text Example
White with #8BBB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB72; }
p { color: rgb(139,187,114); }
H1.HeaderClassName
{
color: #8BBB72;
}
.AnyTagClassName
{
color: #8BBB72;
}
</style>
background-color css
<style>
a { background-color: #8BBB72; }
a { background-color: rgb(139,187,114); }
div.DivClassName
{
background-color: #8BBB72;
}
.BgClassName
{
background-color: #8BBB72;
}
</style>
border-color css
<style>
span { border-color: #8BBB72; }
span { border-color: rgb(139,187,114); }
td.TdClassName
{
border-color: #8BBB72;
}
.TagClassName
{
border-color: #8BBB72;
}
</style>