Shades of Olivine #8CAC75
Tints of Olivine #8CAC75
RGB
CMYK
RGB Variations
Color information
#8CAC75 (or 0x8CAC75) is known color: Olivine. HEX triplet: 8C, AC and 75. RGB value is (140,172,117). Sum of RGB (Red+Green+Blue) = 140+172+117=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC75 is #73538A. Grayscale: #9C9C9C. Windows color (decimal): -7558027 or 7711884. OLE color: 7711884.
HSL color Cylindrical-coordinate representation of color #8CAC75: hue angle of 94.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CAC75 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 117 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.33 |
| HSL | 94.91º | 0.25% | 0.57% | - |
| HSV(B) | 94.91º | 0.32% | 0.67% | - |
| XYZ | 28.78 | 36.36 | 22.33 | - |
| YUV | 156.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 117 | 0.19 | 0 | 0.32 | 0.33 | 94.91 | 0.25 | 0.57 |
| Hex | 8C | AC | 75 | 13 | 0 | 20 | 21 | 5F | 19 | 39 |
| Octal | 214 | 254 | 165 | 23 | 0 | 40 | 41 | 137 | 31 | 71 |
| Binary | 10001100 | 10101100 | 1110101 | 10011 | 0 | 100000 | 100001 | 1011111 | 11001 | 111001 |
Color Harmonies of #8CAC75
Complementary color
Monochromatic Colors of #8CAC75
Black with #8CAC75
Text Example
Text Example
White with #8CAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC75; }
p { color: rgb(140,172,117); }
H1.HeaderClassName
{
color: #8CAC75;
}
.AnyTagClassName
{
color: #8CAC75;
}
</style>
background-color css
<style>
a { background-color: #8CAC75; }
a { background-color: rgb(140,172,117); }
div.DivClassName
{
background-color: #8CAC75;
}
.BgClassName
{
background-color: #8CAC75;
}
</style>
border-color css
<style>
span { border-color: #8CAC75; }
span { border-color: rgb(140,172,117); }
td.TdClassName
{
border-color: #8CAC75;
}
.TagClassName
{
border-color: #8CAC75;
}
</style>