Shades of Olivine #8CBA6D
Tints of Olivine #8CBA6D
RGB
CMYK
RGB Variations
Color information
#8CBA6D (or 0x8CBA6D) is known color: Olivine. HEX triplet: 8C, BA and 6D. RGB value is (140,186,109). Sum of RGB (Red+Green+Blue) = 140+186+109=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA6D is #734592. Grayscale: #A3A3A3. Windows color (decimal): -7554451 or 7191180. OLE color: 7191180.
HSL color Cylindrical-coordinate representation of color #8CBA6D: hue angle of 95.84º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBA6D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 109 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.27 |
| HSL | 95.84º | 0.36% | 0.58% | - |
| HSV(B) | 95.84º | 0.41% | 0.73% | - |
| XYZ | 31.13 | 41.8 | 20.89 | - |
| YUV | 163.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 109 | 0.25 | 0 | 0.41 | 0.27 | 95.84 | 0.36 | 0.58 |
| Hex | 8C | BA | 6D | 19 | 0 | 29 | 1B | 60 | 24 | 3A |
| Octal | 214 | 272 | 155 | 31 | 0 | 51 | 33 | 140 | 44 | 72 |
| Binary | 10001100 | 10111010 | 1101101 | 11001 | 0 | 101001 | 11011 | 1100000 | 100100 | 111010 |
Color Harmonies of #8CBA6D
Complementary color
Monochromatic Colors of #8CBA6D
Black with #8CBA6D
Text Example
Text Example
White with #8CBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA6D; }
p { color: rgb(140,186,109); }
H1.HeaderClassName
{
color: #8CBA6D;
}
.AnyTagClassName
{
color: #8CBA6D;
}
</style>
background-color css
<style>
a { background-color: #8CBA6D; }
a { background-color: rgb(140,186,109); }
div.DivClassName
{
background-color: #8CBA6D;
}
.BgClassName
{
background-color: #8CBA6D;
}
</style>
border-color css
<style>
span { border-color: #8CBA6D; }
span { border-color: rgb(140,186,109); }
td.TdClassName
{
border-color: #8CBA6D;
}
.TagClassName
{
border-color: #8CBA6D;
}
</style>