Shades of Olivine #8CBA76
Tints of Olivine #8CBA76
RGB
CMYK
RGB Variations
Color information
#8CBA76 (or 0x8CBA76) is known color: Olivine. HEX triplet: 8C, BA and 76. RGB value is (140,186,118). Sum of RGB (Red+Green+Blue) = 140+186+118=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA76 is #734589. Grayscale: #A4A4A4. Windows color (decimal): -7554442 or 7781004. OLE color: 7781004.
HSL color Cylindrical-coordinate representation of color #8CBA76: hue angle of 100.59º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CBA76 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 118 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.27 |
| HSL | 100.59º | 0.33% | 0.6% | - |
| HSV(B) | 100.59º | 0.37% | 0.73% | - |
| XYZ | 31.64 | 42 | 23.58 | - |
| YUV | 164.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 118 | 0.25 | 0 | 0.37 | 0.27 | 100.59 | 0.33 | 0.6 |
| Hex | 8C | BA | 76 | 19 | 0 | 25 | 1B | 65 | 21 | 3C |
| Octal | 214 | 272 | 166 | 31 | 0 | 45 | 33 | 145 | 41 | 74 |
| Binary | 10001100 | 10111010 | 1110110 | 11001 | 0 | 100101 | 11011 | 1100101 | 100001 | 111100 |
Color Harmonies of #8CBA76
Complementary color
Monochromatic Colors of #8CBA76
Black with #8CBA76
Text Example
Text Example
White with #8CBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA76; }
p { color: rgb(140,186,118); }
H1.HeaderClassName
{
color: #8CBA76;
}
.AnyTagClassName
{
color: #8CBA76;
}
</style>
background-color css
<style>
a { background-color: #8CBA76; }
a { background-color: rgb(140,186,118); }
div.DivClassName
{
background-color: #8CBA76;
}
.BgClassName
{
background-color: #8CBA76;
}
</style>
border-color css
<style>
span { border-color: #8CBA76; }
span { border-color: rgb(140,186,118); }
td.TdClassName
{
border-color: #8CBA76;
}
.TagClassName
{
border-color: #8CBA76;
}
</style>