Shades of Olivine #8CAC6E
Tints of Olivine #8CAC6E
RGB
CMYK
RGB Variations
Color information
#8CAC6E (or 0x8CAC6E) is known color: Olivine. HEX triplet: 8C, AC and 6E. RGB value is (140,172,110). Sum of RGB (Red+Green+Blue) = 140+172+110=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC6E is #735391. Grayscale: #9B9B9B. Windows color (decimal): -7558034 or 7253132. OLE color: 7253132.
HSL color Cylindrical-coordinate representation of color #8CAC6E: hue angle of 90.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CAC6E is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 110 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.33 |
| HSL | 90.97º | 0.27% | 0.55% | - |
| HSV(B) | 90.97º | 0.36% | 0.67% | - |
| XYZ | 28.38 | 36.21 | 20.24 | - |
| YUV | 155.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 110 | 0.19 | 0 | 0.36 | 0.33 | 90.97 | 0.27 | 0.55 |
| Hex | 8C | AC | 6E | 13 | 0 | 24 | 21 | 5B | 1B | 37 |
| Octal | 214 | 254 | 156 | 23 | 0 | 44 | 41 | 133 | 33 | 67 |
| Binary | 10001100 | 10101100 | 1101110 | 10011 | 0 | 100100 | 100001 | 1011011 | 11011 | 110111 |
Color Harmonies of #8CAC6E
Complementary color
Monochromatic Colors of #8CAC6E
Black with #8CAC6E
Text Example
Text Example
White with #8CAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC6E; }
p { color: rgb(140,172,110); }
H1.HeaderClassName
{
color: #8CAC6E;
}
.AnyTagClassName
{
color: #8CAC6E;
}
</style>
background-color css
<style>
a { background-color: #8CAC6E; }
a { background-color: rgb(140,172,110); }
div.DivClassName
{
background-color: #8CAC6E;
}
.BgClassName
{
background-color: #8CAC6E;
}
</style>
border-color css
<style>
span { border-color: #8CAC6E; }
span { border-color: rgb(140,172,110); }
td.TdClassName
{
border-color: #8CAC6E;
}
.TagClassName
{
border-color: #8CAC6E;
}
</style>