Shades of Olivine #8CA673
Tints of Olivine #8CA673
RGB
CMYK
RGB Variations
Color information
#8CA673 (or 0x8CA673) is known color: Olivine. HEX triplet: 8C, A6 and 73. RGB value is (140,166,115). Sum of RGB (Red+Green+Blue) = 140+166+115=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA673 is #73598C. Grayscale: #989898. Windows color (decimal): -7559565 or 7579276. OLE color: 7579276.
HSL color Cylindrical-coordinate representation of color #8CA673: hue angle of 90.59º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CA673 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 166 | 115 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.35 |
| HSL | 90.59º | 0.22% | 0.55% | - |
| HSV(B) | 90.59º | 0.31% | 0.65% | - |
| XYZ | 27.55 | 34.09 | 21.35 | - |
| YUV | 152.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 115 | 0.16 | 0 | 0.31 | 0.35 | 90.59 | 0.22 | 0.55 |
| Hex | 8C | A6 | 73 | 10 | 0 | 1F | 23 | 5B | 16 | 37 |
| Octal | 214 | 246 | 163 | 20 | 0 | 37 | 43 | 133 | 26 | 67 |
| Binary | 10001100 | 10100110 | 1110011 | 10000 | 0 | 11111 | 100011 | 1011011 | 10110 | 110111 |
Color Harmonies of #8CA673
Complementary color
Monochromatic Colors of #8CA673
Black with #8CA673
Text Example
Text Example
White with #8CA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA673; }
p { color: rgb(140,166,115); }
H1.HeaderClassName
{
color: #8CA673;
}
.AnyTagClassName
{
color: #8CA673;
}
</style>
background-color css
<style>
a { background-color: #8CA673; }
a { background-color: rgb(140,166,115); }
div.DivClassName
{
background-color: #8CA673;
}
.BgClassName
{
background-color: #8CA673;
}
</style>
border-color css
<style>
span { border-color: #8CA673; }
span { border-color: rgb(140,166,115); }
td.TdClassName
{
border-color: #8CA673;
}
.TagClassName
{
border-color: #8CA673;
}
</style>