Shades of Olivine #8BBB74
Tints of Olivine #8BBB74
RGB
CMYK
RGB Variations
Color information
#8BBB74 (or 0x8BBB74) is known color: Olivine. HEX triplet: 8B, BB and 74. RGB value is (139,187,116). Sum of RGB (Red+Green+Blue) = 139+187+116=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBB74 is #74448B. Grayscale: #A4A4A4. Windows color (decimal): -7619724 or 7650187. OLE color: 7650187.
HSL color Cylindrical-coordinate representation of color #8BBB74: hue angle of 100.56º 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 #8BBB74 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 116 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.27 |
| HSL | 100.56º | 0.34% | 0.59% | - |
| HSV(B) | 100.56º | 0.38% | 0.73% | - |
| XYZ | 31.57 | 42.29 | 23.02 | - |
| YUV | 164.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 116 | 0.26 | 0 | 0.38 | 0.27 | 100.56 | 0.34 | 0.59 |
| Hex | 8B | BB | 74 | 1A | 0 | 26 | 1B | 65 | 22 | 3B |
| Octal | 213 | 273 | 164 | 32 | 0 | 46 | 33 | 145 | 42 | 73 |
| Binary | 10001011 | 10111011 | 1110100 | 11010 | 0 | 100110 | 11011 | 1100101 | 100010 | 111011 |
Color Harmonies of #8BBB74
Complementary color
Monochromatic Colors of #8BBB74
Black with #8BBB74
Text Example
Text Example
White with #8BBB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB74; }
p { color: rgb(139,187,116); }
H1.HeaderClassName
{
color: #8BBB74;
}
.AnyTagClassName
{
color: #8BBB74;
}
</style>
background-color css
<style>
a { background-color: #8BBB74; }
a { background-color: rgb(139,187,116); }
div.DivClassName
{
background-color: #8BBB74;
}
.BgClassName
{
background-color: #8BBB74;
}
</style>
border-color css
<style>
span { border-color: #8BBB74; }
span { border-color: rgb(139,187,116); }
td.TdClassName
{
border-color: #8BBB74;
}
.TagClassName
{
border-color: #8BBB74;
}
</style>