Shades of Olivine #8CB373
Tints of Olivine #8CB373
RGB
CMYK
RGB Variations
Color information
#8CB373 (or 0x8CB373) is known color: Olivine. HEX triplet: 8C, B3 and 73. RGB value is (140,179,115). Sum of RGB (Red+Green+Blue) = 140+179+115=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB373 is #734C8C. Grayscale: #A0A0A0. Windows color (decimal): -7556237 or 7582604. OLE color: 7582604.
HSL color Cylindrical-coordinate representation of color #8CB373: hue angle of 96.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CB373 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 115 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.30 |
| HSL | 96.56º | 0.3% | 0.58% | - |
| HSV(B) | 96.56º | 0.36% | 0.7% | - |
| XYZ | 30.03 | 39.05 | 22.17 | - |
| YUV | 160.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 115 | 0.22 | 0 | 0.36 | 0.30 | 96.56 | 0.3 | 0.58 |
| Hex | 8C | B3 | 73 | 16 | 0 | 24 | 1E | 61 | 1E | 3A |
| Octal | 214 | 263 | 163 | 26 | 0 | 44 | 36 | 141 | 36 | 72 |
| Binary | 10001100 | 10110011 | 1110011 | 10110 | 0 | 100100 | 11110 | 1100001 | 11110 | 111010 |
Color Harmonies of #8CB373
Complementary color
Monochromatic Colors of #8CB373
Black with #8CB373
Text Example
Text Example
White with #8CB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB373; }
p { color: rgb(140,179,115); }
H1.HeaderClassName
{
color: #8CB373;
}
.AnyTagClassName
{
color: #8CB373;
}
</style>
background-color css
<style>
a { background-color: #8CB373; }
a { background-color: rgb(140,179,115); }
div.DivClassName
{
background-color: #8CB373;
}
.BgClassName
{
background-color: #8CB373;
}
</style>
border-color css
<style>
span { border-color: #8CB373; }
span { border-color: rgb(140,179,115); }
td.TdClassName
{
border-color: #8CB373;
}
.TagClassName
{
border-color: #8CB373;
}
</style>