Shades of Olivine #8CB573
Tints of Olivine #8CB573
RGB
CMYK
RGB Variations
Color information
#8CB573 (or 0x8CB573) is known color: Olivine. HEX triplet: 8C, B5 and 73. RGB value is (140,181,115). Sum of RGB (Red+Green+Blue) = 140+181+115=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB573 is #734A8C. Grayscale: #A1A1A1. Windows color (decimal): -7555725 or 7583116. OLE color: 7583116.
HSL color Cylindrical-coordinate representation of color #8CB573: hue angle of 97.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CB573 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 115 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.29 |
| HSL | 97.27º | 0.31% | 0.58% | - |
| HSV(B) | 97.27º | 0.36% | 0.71% | - |
| XYZ | 30.43 | 39.86 | 22.31 | - |
| YUV | 161.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 115 | 0.23 | 0 | 0.36 | 0.29 | 97.27 | 0.31 | 0.58 |
| Hex | 8C | B5 | 73 | 17 | 0 | 24 | 1D | 61 | 1F | 3A |
| Octal | 214 | 265 | 163 | 27 | 0 | 44 | 35 | 141 | 37 | 72 |
| Binary | 10001100 | 10110101 | 1110011 | 10111 | 0 | 100100 | 11101 | 1100001 | 11111 | 111010 |
Color Harmonies of #8CB573
Complementary color
Monochromatic Colors of #8CB573
Black with #8CB573
Text Example
Text Example
White with #8CB573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB573; }
p { color: rgb(140,181,115); }
H1.HeaderClassName
{
color: #8CB573;
}
.AnyTagClassName
{
color: #8CB573;
}
</style>
background-color css
<style>
a { background-color: #8CB573; }
a { background-color: rgb(140,181,115); }
div.DivClassName
{
background-color: #8CB573;
}
.BgClassName
{
background-color: #8CB573;
}
</style>
border-color css
<style>
span { border-color: #8CB573; }
span { border-color: rgb(140,181,115); }
td.TdClassName
{
border-color: #8CB573;
}
.TagClassName
{
border-color: #8CB573;
}
</style>