Shades of Olivine #8CA873
Tints of Olivine #8CA873
RGB
CMYK
RGB Variations
Color information
#8CA873 (or 0x8CA873) is known color: Olivine. HEX triplet: 8C, A8 and 73. RGB value is (140,168,115). Sum of RGB (Red+Green+Blue) = 140+168+115=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA873 is #73578C. Grayscale: #999999. Windows color (decimal): -7559053 or 7579788. OLE color: 7579788.
HSL color Cylindrical-coordinate representation of color #8CA873: hue angle of 91.7º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CA873 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 115 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.34 |
| HSL | 91.7º | 0.23% | 0.55% | - |
| HSV(B) | 91.7º | 0.32% | 0.66% | - |
| XYZ | 27.91 | 34.82 | 21.47 | - |
| YUV | 153.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 115 | 0.17 | 0 | 0.32 | 0.34 | 91.7 | 0.23 | 0.55 |
| Hex | 8C | A8 | 73 | 11 | 0 | 20 | 22 | 5C | 17 | 37 |
| Octal | 214 | 250 | 163 | 21 | 0 | 40 | 42 | 134 | 27 | 67 |
| Binary | 10001100 | 10101000 | 1110011 | 10001 | 0 | 100000 | 100010 | 1011100 | 10111 | 110111 |
Color Harmonies of #8CA873
Complementary color
Monochromatic Colors of #8CA873
Black with #8CA873
Text Example
Text Example
White with #8CA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA873; }
p { color: rgb(140,168,115); }
H1.HeaderClassName
{
color: #8CA873;
}
.AnyTagClassName
{
color: #8CA873;
}
</style>
background-color css
<style>
a { background-color: #8CA873; }
a { background-color: rgb(140,168,115); }
div.DivClassName
{
background-color: #8CA873;
}
.BgClassName
{
background-color: #8CA873;
}
</style>
border-color css
<style>
span { border-color: #8CA873; }
span { border-color: rgb(140,168,115); }
td.TdClassName
{
border-color: #8CA873;
}
.TagClassName
{
border-color: #8CA873;
}
</style>