Shades of Olivine #8CBA6C
Tints of Olivine #8CBA6C
RGB
CMYK
RGB Variations
Color information
#8CBA6C (or 0x8CBA6C) is known color: Olivine. HEX triplet: 8C, BA and 6C. RGB value is (140,186,108). Sum of RGB (Red+Green+Blue) = 140+186+108=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA6C is #734593. Grayscale: #A3A3A3. Windows color (decimal): -7554452 or 7125644. OLE color: 7125644.
HSL color Cylindrical-coordinate representation of color #8CBA6C: hue angle of 95.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CBA6C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 108 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.27 |
| HSL | 95.38º | 0.36% | 0.58% | - |
| HSV(B) | 95.38º | 0.42% | 0.73% | - |
| XYZ | 31.08 | 41.78 | 20.61 | - |
| YUV | 163.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 108 | 0.25 | 0 | 0.42 | 0.27 | 95.38 | 0.36 | 0.58 |
| Hex | 8C | BA | 6C | 19 | 0 | 2A | 1B | 5F | 24 | 3A |
| Octal | 214 | 272 | 154 | 31 | 0 | 52 | 33 | 137 | 44 | 72 |
| Binary | 10001100 | 10111010 | 1101100 | 11001 | 0 | 101010 | 11011 | 1011111 | 100100 | 111010 |
Color Harmonies of #8CBA6C
Complementary color
Monochromatic Colors of #8CBA6C
Black with #8CBA6C
Text Example
Text Example
White with #8CBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA6C; }
p { color: rgb(140,186,108); }
H1.HeaderClassName
{
color: #8CBA6C;
}
.AnyTagClassName
{
color: #8CBA6C;
}
</style>
background-color css
<style>
a { background-color: #8CBA6C; }
a { background-color: rgb(140,186,108); }
div.DivClassName
{
background-color: #8CBA6C;
}
.BgClassName
{
background-color: #8CBA6C;
}
</style>
border-color css
<style>
span { border-color: #8CBA6C; }
span { border-color: rgb(140,186,108); }
td.TdClassName
{
border-color: #8CBA6C;
}
.TagClassName
{
border-color: #8CBA6C;
}
</style>