Shades of Olivine #8BBA78
Tints of Olivine #8BBA78
RGB
CMYK
RGB Variations
Color information
#8BBA78 (or 0x8BBA78) is known color: Olivine. HEX triplet: 8B, BA and 78. RGB value is (139,186,120). Sum of RGB (Red+Green+Blue) = 139+186+120=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA78 is #744587. Grayscale: #A4A4A4. Windows color (decimal): -7619976 or 7912075. OLE color: 7912075.
HSL color Cylindrical-coordinate representation of color #8BBA78: hue angle of 102.73º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BBA78 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 120 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.27 |
| HSL | 102.73º | 0.32% | 0.6% | - |
| HSV(B) | 102.73º | 0.35% | 0.73% | - |
| XYZ | 31.6 | 41.96 | 24.2 | - |
| YUV | 164.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 120 | 0.25 | 0 | 0.35 | 0.27 | 102.73 | 0.32 | 0.6 |
| Hex | 8B | BA | 78 | 19 | 0 | 23 | 1B | 67 | 20 | 3C |
| Octal | 213 | 272 | 170 | 31 | 0 | 43 | 33 | 147 | 40 | 74 |
| Binary | 10001011 | 10111010 | 1111000 | 11001 | 0 | 100011 | 11011 | 1100111 | 100000 | 111100 |
Color Harmonies of #8BBA78
Complementary color
Monochromatic Colors of #8BBA78
Black with #8BBA78
Text Example
Text Example
White with #8BBA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA78; }
p { color: rgb(139,186,120); }
H1.HeaderClassName
{
color: #8BBA78;
}
.AnyTagClassName
{
color: #8BBA78;
}
</style>
background-color css
<style>
a { background-color: #8BBA78; }
a { background-color: rgb(139,186,120); }
div.DivClassName
{
background-color: #8BBA78;
}
.BgClassName
{
background-color: #8BBA78;
}
</style>
border-color css
<style>
span { border-color: #8BBA78; }
span { border-color: rgb(139,186,120); }
td.TdClassName
{
border-color: #8BBA78;
}
.TagClassName
{
border-color: #8BBA78;
}
</style>