Shades of Olivine #8CAC74
Tints of Olivine #8CAC74
RGB
CMYK
RGB Variations
Color information
#8CAC74 (or 0x8CAC74) is known color: Olivine. HEX triplet: 8C, AC and 74. RGB value is (140,172,116). Sum of RGB (Red+Green+Blue) = 140+172+116=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC74 is #73538B. Grayscale: #9C9C9C. Windows color (decimal): -7558028 or 7646348. OLE color: 7646348.
HSL color Cylindrical-coordinate representation of color #8CAC74: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CAC74 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 116 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.33 |
| HSL | 94.29º | 0.25% | 0.56% | - |
| HSV(B) | 94.29º | 0.33% | 0.67% | - |
| XYZ | 28.72 | 36.34 | 22.02 | - |
| YUV | 156.05 | 105.4 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 116 | 0.19 | 0 | 0.33 | 0.33 | 94.29 | 0.25 | 0.56 |
| Hex | 8C | AC | 74 | 13 | 0 | 21 | 21 | 5E | 19 | 38 |
| Octal | 214 | 254 | 164 | 23 | 0 | 41 | 41 | 136 | 31 | 70 |
| Binary | 10001100 | 10101100 | 1110100 | 10011 | 0 | 100001 | 100001 | 1011110 | 11001 | 111000 |
Color Harmonies of #8CAC74
Complementary color
Monochromatic Colors of #8CAC74
Black with #8CAC74
Text Example
Text Example
White with #8CAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC74; }
p { color: rgb(140,172,116); }
H1.HeaderClassName
{
color: #8CAC74;
}
.AnyTagClassName
{
color: #8CAC74;
}
</style>
background-color css
<style>
a { background-color: #8CAC74; }
a { background-color: rgb(140,172,116); }
div.DivClassName
{
background-color: #8CAC74;
}
.BgClassName
{
background-color: #8CAC74;
}
</style>
border-color css
<style>
span { border-color: #8CAC74; }
span { border-color: rgb(140,172,116); }
td.TdClassName
{
border-color: #8CAC74;
}
.TagClassName
{
border-color: #8CAC74;
}
</style>