Shades of Olivine #8CBA74
Tints of Olivine #8CBA74
RGB
CMYK
RGB Variations
Color information
#8CBA74 (or 0x8CBA74) is known color: Olivine. HEX triplet: 8C, BA and 74. RGB value is (140,186,116). Sum of RGB (Red+Green+Blue) = 140+186+116=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA74 is #73458B. Grayscale: #A4A4A4. Windows color (decimal): -7554444 or 7649932. OLE color: 7649932.
HSL color Cylindrical-coordinate representation of color #8CBA74: hue angle of 99.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CBA74 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 116 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.27 |
| HSL | 99.43º | 0.34% | 0.59% | - |
| HSV(B) | 99.43º | 0.38% | 0.73% | - |
| XYZ | 31.53 | 41.95 | 22.96 | - |
| YUV | 164.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 116 | 0.25 | 0 | 0.38 | 0.27 | 99.43 | 0.34 | 0.59 |
| Hex | 8C | BA | 74 | 19 | 0 | 26 | 1B | 63 | 22 | 3B |
| Octal | 214 | 272 | 164 | 31 | 0 | 46 | 33 | 143 | 42 | 73 |
| Binary | 10001100 | 10111010 | 1110100 | 11001 | 0 | 100110 | 11011 | 1100011 | 100010 | 111011 |
Color Harmonies of #8CBA74
Complementary color
Monochromatic Colors of #8CBA74
Black with #8CBA74
Text Example
Text Example
White with #8CBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA74; }
p { color: rgb(140,186,116); }
H1.HeaderClassName
{
color: #8CBA74;
}
.AnyTagClassName
{
color: #8CBA74;
}
</style>
background-color css
<style>
a { background-color: #8CBA74; }
a { background-color: rgb(140,186,116); }
div.DivClassName
{
background-color: #8CBA74;
}
.BgClassName
{
background-color: #8CBA74;
}
</style>
border-color css
<style>
span { border-color: #8CBA74; }
span { border-color: rgb(140,186,116); }
td.TdClassName
{
border-color: #8CBA74;
}
.TagClassName
{
border-color: #8CBA74;
}
</style>