Shades of Olivine #8CAF6C
Tints of Olivine #8CAF6C
RGB
CMYK
RGB Variations
Color information
#8CAF6C (or 0x8CAF6C) is known color: Olivine. HEX triplet: 8C, AF and 6C. RGB value is (140,175,108). Sum of RGB (Red+Green+Blue) = 140+175+108=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF6C is #735093. Grayscale: #9D9D9D. Windows color (decimal): -7557268 or 7122828. OLE color: 7122828.
HSL color Cylindrical-coordinate representation of color #8CAF6C: hue angle of 91.34º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CAF6C is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 108 | - |
| CMYK | 0.2 | 0 | 0.38 | 0.31 |
| HSL | 91.34º | 0.3% | 0.55% | - |
| HSV(B) | 91.34º | 0.38% | 0.69% | - |
| XYZ | 28.85 | 37.32 | 19.87 | - |
| YUV | 156.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 108 | 0.2 | 0 | 0.38 | 0.31 | 91.34 | 0.3 | 0.55 |
| Hex | 8C | AF | 6C | 14 | 0 | 26 | 1F | 5B | 1E | 37 |
| Octal | 214 | 257 | 154 | 24 | 0 | 46 | 37 | 133 | 36 | 67 |
| Binary | 10001100 | 10101111 | 1101100 | 10100 | 0 | 100110 | 11111 | 1011011 | 11110 | 110111 |
Color Harmonies of #8CAF6C
Complementary color
Monochromatic Colors of #8CAF6C
Black with #8CAF6C
Text Example
Text Example
White with #8CAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF6C; }
p { color: rgb(140,175,108); }
H1.HeaderClassName
{
color: #8CAF6C;
}
.AnyTagClassName
{
color: #8CAF6C;
}
</style>
background-color css
<style>
a { background-color: #8CAF6C; }
a { background-color: rgb(140,175,108); }
div.DivClassName
{
background-color: #8CAF6C;
}
.BgClassName
{
background-color: #8CAF6C;
}
</style>
border-color css
<style>
span { border-color: #8CAF6C; }
span { border-color: rgb(140,175,108); }
td.TdClassName
{
border-color: #8CAF6C;
}
.TagClassName
{
border-color: #8CAF6C;
}
</style>