Shades of Olivine #8CBA6B
Tints of Olivine #8CBA6B
RGB
CMYK
RGB Variations
Color information
#8CBA6B (or 0x8CBA6B) is known color: Olivine. HEX triplet: 8C, BA and 6B. RGB value is (140,186,107). Sum of RGB (Red+Green+Blue) = 140+186+107=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA6B is #734594. Grayscale: #A3A3A3. Windows color (decimal): -7554453 or 7060108. OLE color: 7060108.
HSL color Cylindrical-coordinate representation of color #8CBA6B: hue angle of 94.94º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CBA6B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 107 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.27 |
| HSL | 94.94º | 0.36% | 0.57% | - |
| HSV(B) | 94.94º | 0.42% | 0.73% | - |
| XYZ | 31.03 | 41.75 | 20.33 | - |
| YUV | 163.24 | 96.26 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 107 | 0.25 | 0 | 0.42 | 0.27 | 94.94 | 0.36 | 0.57 |
| Hex | 8C | BA | 6B | 19 | 0 | 2A | 1B | 5F | 24 | 39 |
| Octal | 214 | 272 | 153 | 31 | 0 | 52 | 33 | 137 | 44 | 71 |
| Binary | 10001100 | 10111010 | 1101011 | 11001 | 0 | 101010 | 11011 | 1011111 | 100100 | 111001 |
Color Harmonies of #8CBA6B
Complementary color
Monochromatic Colors of #8CBA6B
Black with #8CBA6B
Text Example
Text Example
White with #8CBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA6B; }
p { color: rgb(140,186,107); }
H1.HeaderClassName
{
color: #8CBA6B;
}
.AnyTagClassName
{
color: #8CBA6B;
}
</style>
background-color css
<style>
a { background-color: #8CBA6B; }
a { background-color: rgb(140,186,107); }
div.DivClassName
{
background-color: #8CBA6B;
}
.BgClassName
{
background-color: #8CBA6B;
}
</style>
border-color css
<style>
span { border-color: #8CBA6B; }
span { border-color: rgb(140,186,107); }
td.TdClassName
{
border-color: #8CBA6B;
}
.TagClassName
{
border-color: #8CBA6B;
}
</style>