Shades of Olivine #8CA672
Tints of Olivine #8CA672
RGB
CMYK
RGB Variations
Color information
#8CA672 (or 0x8CA672) is known color: Olivine. HEX triplet: 8C, A6 and 72. RGB value is (140,166,114). Sum of RGB (Red+Green+Blue) = 140+166+114=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA672 is #73598D. Grayscale: #989898. Windows color (decimal): -7559566 or 7513740. OLE color: 7513740.
HSL color Cylindrical-coordinate representation of color #8CA672: hue angle of 90º degrees, saturation: 0.23, 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 #8CA672 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 166 | 114 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.35 |
| HSL | 90º | 0.23% | 0.55% | - |
| HSV(B) | 90º | 0.31% | 0.65% | - |
| XYZ | 27.49 | 34.06 | 21.05 | - |
| YUV | 152.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 114 | 0.16 | 0 | 0.31 | 0.35 | 90 | 0.23 | 0.55 |
| Hex | 8C | A6 | 72 | 10 | 0 | 1F | 23 | 5A | 17 | 37 |
| Octal | 214 | 246 | 162 | 20 | 0 | 37 | 43 | 132 | 27 | 67 |
| Binary | 10001100 | 10100110 | 1110010 | 10000 | 0 | 11111 | 100011 | 1011010 | 10111 | 110111 |
Color Harmonies of #8CA672
Complementary color
Monochromatic Colors of #8CA672
Black with #8CA672
Text Example
Text Example
White with #8CA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA672; }
p { color: rgb(140,166,114); }
H1.HeaderClassName
{
color: #8CA672;
}
.AnyTagClassName
{
color: #8CA672;
}
</style>
background-color css
<style>
a { background-color: #8CA672; }
a { background-color: rgb(140,166,114); }
div.DivClassName
{
background-color: #8CA672;
}
.BgClassName
{
background-color: #8CA672;
}
</style>
border-color css
<style>
span { border-color: #8CA672; }
span { border-color: rgb(140,166,114); }
td.TdClassName
{
border-color: #8CA672;
}
.TagClassName
{
border-color: #8CA672;
}
</style>