Shades of Olivine #8CA374
Tints of Olivine #8CA374
RGB
CMYK
RGB Variations
Color information
#8CA374 (or 0x8CA374) is known color: Olivine. HEX triplet: 8C, A3 and 74. RGB value is (140,163,116). Sum of RGB (Red+Green+Blue) = 140+163+116=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA374 is #735C8B. Grayscale: #969696. Windows color (decimal): -7560332 or 7644044. OLE color: 7644044.
HSL color Cylindrical-coordinate representation of color #8CA374: hue angle of 89.36º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CA374 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 116 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.36 |
| HSL | 89.36º | 0.2% | 0.55% | - |
| HSV(B) | 89.36º | 0.29% | 0.64% | - |
| XYZ | 27.06 | 33.03 | 21.47 | - |
| YUV | 150.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 116 | 0.14 | 0 | 0.29 | 0.36 | 89.36 | 0.2 | 0.55 |
| Hex | 8C | A3 | 74 | E | 0 | 1D | 24 | 59 | 14 | 37 |
| Octal | 214 | 243 | 164 | 16 | 0 | 35 | 44 | 131 | 24 | 67 |
| Binary | 10001100 | 10100011 | 1110100 | 1110 | 0 | 11101 | 100100 | 1011001 | 10100 | 110111 |
Color Harmonies of #8CA374
Complementary color
Monochromatic Colors of #8CA374
Black with #8CA374
Text Example
Text Example
White with #8CA374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA374; }
p { color: rgb(140,163,116); }
H1.HeaderClassName
{
color: #8CA374;
}
.AnyTagClassName
{
color: #8CA374;
}
</style>
background-color css
<style>
a { background-color: #8CA374; }
a { background-color: rgb(140,163,116); }
div.DivClassName
{
background-color: #8CA374;
}
.BgClassName
{
background-color: #8CA374;
}
</style>
border-color css
<style>
span { border-color: #8CA374; }
span { border-color: rgb(140,163,116); }
td.TdClassName
{
border-color: #8CA374;
}
.TagClassName
{
border-color: #8CA374;
}
</style>