Shades of Olivine #8CAE6E
Tints of Olivine #8CAE6E
RGB
CMYK
RGB Variations
Color information
#8CAE6E (or 0x8CAE6E) is known color: Olivine. HEX triplet: 8C, AE and 6E. RGB value is (140,174,110). Sum of RGB (Red+Green+Blue) = 140+174+110=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE6E is #735191. Grayscale: #9C9C9C. Windows color (decimal): -7557522 or 7253644. OLE color: 7253644.
HSL color Cylindrical-coordinate representation of color #8CAE6E: hue angle of 91.88º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CAE6E is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 110 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.32 |
| HSL | 91.88º | 0.28% | 0.56% | - |
| HSV(B) | 91.88º | 0.37% | 0.68% | - |
| XYZ | 28.77 | 36.97 | 20.37 | - |
| YUV | 156.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 110 | 0.20 | 0 | 0.37 | 0.32 | 91.88 | 0.28 | 0.56 |
| Hex | 8C | AE | 6E | 14 | 0 | 25 | 20 | 5C | 1C | 38 |
| Octal | 214 | 256 | 156 | 24 | 0 | 45 | 40 | 134 | 34 | 70 |
| Binary | 10001100 | 10101110 | 1101110 | 10100 | 0 | 100101 | 100000 | 1011100 | 11100 | 111000 |
Color Harmonies of #8CAE6E
Complementary color
Monochromatic Colors of #8CAE6E
Black with #8CAE6E
Text Example
Text Example
White with #8CAE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE6E; }
p { color: rgb(140,174,110); }
H1.HeaderClassName
{
color: #8CAE6E;
}
.AnyTagClassName
{
color: #8CAE6E;
}
</style>
background-color css
<style>
a { background-color: #8CAE6E; }
a { background-color: rgb(140,174,110); }
div.DivClassName
{
background-color: #8CAE6E;
}
.BgClassName
{
background-color: #8CAE6E;
}
</style>
border-color css
<style>
span { border-color: #8CAE6E; }
span { border-color: rgb(140,174,110); }
td.TdClassName
{
border-color: #8CAE6E;
}
.TagClassName
{
border-color: #8CAE6E;
}
</style>