Shades of Olivine #8BBC72
Tints of Olivine #8BBC72
RGB
CMYK
RGB Variations
Color information
#8BBC72 (or 0x8BBC72) is known color: Olivine. HEX triplet: 8B, BC and 72. RGB value is (139,188,114). Sum of RGB (Red+Green+Blue) = 139+188+114=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC72 is #74438D. Grayscale: #A5A5A5. Windows color (decimal): -7619470 or 7519371. OLE color: 7519371.
HSL color Cylindrical-coordinate representation of color #8BBC72: hue angle of 99.73º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BBC72 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 114 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.26 |
| HSL | 99.73º | 0.36% | 0.59% | - |
| HSV(B) | 99.73º | 0.39% | 0.74% | - |
| XYZ | 31.67 | 42.67 | 22.49 | - |
| YUV | 164.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 114 | 0.26 | 0 | 0.39 | 0.26 | 99.73 | 0.36 | 0.59 |
| Hex | 8B | BC | 72 | 1A | 0 | 27 | 1A | 64 | 24 | 3B |
| Octal | 213 | 274 | 162 | 32 | 0 | 47 | 32 | 144 | 44 | 73 |
| Binary | 10001011 | 10111100 | 1110010 | 11010 | 0 | 100111 | 11010 | 1100100 | 100100 | 111011 |
Color Harmonies of #8BBC72
Complementary color
Monochromatic Colors of #8BBC72
Black with #8BBC72
Text Example
Text Example
White with #8BBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC72; }
p { color: rgb(139,188,114); }
H1.HeaderClassName
{
color: #8BBC72;
}
.AnyTagClassName
{
color: #8BBC72;
}
</style>
background-color css
<style>
a { background-color: #8BBC72; }
a { background-color: rgb(139,188,114); }
div.DivClassName
{
background-color: #8BBC72;
}
.BgClassName
{
background-color: #8BBC72;
}
</style>
border-color css
<style>
span { border-color: #8BBC72; }
span { border-color: rgb(139,188,114); }
td.TdClassName
{
border-color: #8BBC72;
}
.TagClassName
{
border-color: #8BBC72;
}
</style>