Shades of Olivine #8CAA6F
Tints of Olivine #8CAA6F
RGB
CMYK
RGB Variations
Color information
#8CAA6F (or 0x8CAA6F) is known color: Olivine. HEX triplet: 8C, AA and 6F. RGB value is (140,170,111). Sum of RGB (Red+Green+Blue) = 140+170+111=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA6F is #735590. Grayscale: #9A9A9A. Windows color (decimal): -7558545 or 7318156. OLE color: 7318156.
HSL color Cylindrical-coordinate representation of color #8CAA6F: hue angle of 90.51º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CAA6F is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 111 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.33 |
| HSL | 90.51º | 0.26% | 0.55% | - |
| HSV(B) | 90.51º | 0.35% | 0.67% | - |
| XYZ | 28.06 | 35.47 | 20.41 | - |
| YUV | 154.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 111 | 0.18 | 0 | 0.35 | 0.33 | 90.51 | 0.26 | 0.55 |
| Hex | 8C | AA | 6F | 12 | 0 | 23 | 21 | 5B | 1A | 37 |
| Octal | 214 | 252 | 157 | 22 | 0 | 43 | 41 | 133 | 32 | 67 |
| Binary | 10001100 | 10101010 | 1101111 | 10010 | 0 | 100011 | 100001 | 1011011 | 11010 | 110111 |
Color Harmonies of #8CAA6F
Complementary color
Monochromatic Colors of #8CAA6F
Black with #8CAA6F
Text Example
Text Example
White with #8CAA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA6F; }
p { color: rgb(140,170,111); }
H1.HeaderClassName
{
color: #8CAA6F;
}
.AnyTagClassName
{
color: #8CAA6F;
}
</style>
background-color css
<style>
a { background-color: #8CAA6F; }
a { background-color: rgb(140,170,111); }
div.DivClassName
{
background-color: #8CAA6F;
}
.BgClassName
{
background-color: #8CAA6F;
}
</style>
border-color css
<style>
span { border-color: #8CAA6F; }
span { border-color: rgb(140,170,111); }
td.TdClassName
{
border-color: #8CAA6F;
}
.TagClassName
{
border-color: #8CAA6F;
}
</style>