Shades of Olivine #8CBA75
Tints of Olivine #8CBA75
RGB
CMYK
RGB Variations
Color information
#8CBA75 (or 0x8CBA75) is known color: Olivine. HEX triplet: 8C, BA and 75. RGB value is (140,186,117). Sum of RGB (Red+Green+Blue) = 140+186+117=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA75 is #73458A. Grayscale: #A4A4A4. Windows color (decimal): -7554443 or 7715468. OLE color: 7715468.
HSL color Cylindrical-coordinate representation of color #8CBA75: hue angle of 100º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CBA75 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 117 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.27 |
| HSL | 100º | 0.33% | 0.59% | - |
| HSV(B) | 100º | 0.37% | 0.73% | - |
| XYZ | 31.59 | 41.98 | 23.27 | - |
| YUV | 164.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 117 | 0.25 | 0 | 0.37 | 0.27 | 100 | 0.33 | 0.59 |
| Hex | 8C | BA | 75 | 19 | 0 | 25 | 1B | 64 | 21 | 3B |
| Octal | 214 | 272 | 165 | 31 | 0 | 45 | 33 | 144 | 41 | 73 |
| Binary | 10001100 | 10111010 | 1110101 | 11001 | 0 | 100101 | 11011 | 1100100 | 100001 | 111011 |
Color Harmonies of #8CBA75
Complementary color
Monochromatic Colors of #8CBA75
Black with #8CBA75
Text Example
Text Example
White with #8CBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA75; }
p { color: rgb(140,186,117); }
H1.HeaderClassName
{
color: #8CBA75;
}
.AnyTagClassName
{
color: #8CBA75;
}
</style>
background-color css
<style>
a { background-color: #8CBA75; }
a { background-color: rgb(140,186,117); }
div.DivClassName
{
background-color: #8CBA75;
}
.BgClassName
{
background-color: #8CBA75;
}
</style>
border-color css
<style>
span { border-color: #8CBA75; }
span { border-color: rgb(140,186,117); }
td.TdClassName
{
border-color: #8CBA75;
}
.TagClassName
{
border-color: #8CBA75;
}
</style>