Shades of Olivine #8BBA74
Tints of Olivine #8BBA74
RGB
CMYK
RGB Variations
Color information
#8BBA74 (or 0x8BBA74) is known color: Olivine. HEX triplet: 8B, BA and 74. RGB value is (139,186,116). Sum of RGB (Red+Green+Blue) = 139+186+116=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA74 is #74458B. Grayscale: #A4A4A4. Windows color (decimal): -7619980 or 7649931. OLE color: 7649931.
HSL color Cylindrical-coordinate representation of color #8BBA74: hue angle of 100.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBA74 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 116 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.27 |
| HSL | 100.29º | 0.34% | 0.59% | - |
| HSV(B) | 100.29º | 0.38% | 0.73% | - |
| XYZ | 31.36 | 41.87 | 22.95 | - |
| YUV | 163.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 116 | 0.25 | 0 | 0.38 | 0.27 | 100.29 | 0.34 | 0.59 |
| Hex | 8B | BA | 74 | 19 | 0 | 26 | 1B | 64 | 22 | 3B |
| Octal | 213 | 272 | 164 | 31 | 0 | 46 | 33 | 144 | 42 | 73 |
| Binary | 10001011 | 10111010 | 1110100 | 11001 | 0 | 100110 | 11011 | 1100100 | 100010 | 111011 |
Color Harmonies of #8BBA74
Complementary color
Monochromatic Colors of #8BBA74
Black with #8BBA74
Text Example
Text Example
White with #8BBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA74; }
p { color: rgb(139,186,116); }
H1.HeaderClassName
{
color: #8BBA74;
}
.AnyTagClassName
{
color: #8BBA74;
}
</style>
background-color css
<style>
a { background-color: #8BBA74; }
a { background-color: rgb(139,186,116); }
div.DivClassName
{
background-color: #8BBA74;
}
.BgClassName
{
background-color: #8BBA74;
}
</style>
border-color css
<style>
span { border-color: #8BBA74; }
span { border-color: rgb(139,186,116); }
td.TdClassName
{
border-color: #8BBA74;
}
.TagClassName
{
border-color: #8BBA74;
}
</style>