Shades of Olivine #8CB578
Tints of Olivine #8CB578
RGB
CMYK
RGB Variations
Color information
#8CB578 (or 0x8CB578) is known color: Olivine. HEX triplet: 8C, B5 and 78. RGB value is (140,181,120). Sum of RGB (Red+Green+Blue) = 140+181+120=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB578 is #734A87. Grayscale: #A1A1A1. Windows color (decimal): -7555720 or 7910796. OLE color: 7910796.
HSL color Cylindrical-coordinate representation of color #8CB578: hue angle of 100.33º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CB578 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 120 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.29 |
| HSL | 100.33º | 0.29% | 0.59% | - |
| HSV(B) | 100.33º | 0.34% | 0.71% | - |
| XYZ | 30.73 | 39.98 | 23.87 | - |
| YUV | 161.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 120 | 0.23 | 0 | 0.34 | 0.29 | 100.33 | 0.29 | 0.59 |
| Hex | 8C | B5 | 78 | 17 | 0 | 22 | 1D | 64 | 1D | 3B |
| Octal | 214 | 265 | 170 | 27 | 0 | 42 | 35 | 144 | 35 | 73 |
| Binary | 10001100 | 10110101 | 1111000 | 10111 | 0 | 100010 | 11101 | 1100100 | 11101 | 111011 |
Color Harmonies of #8CB578
Complementary color
Monochromatic Colors of #8CB578
Black with #8CB578
Text Example
Text Example
White with #8CB578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB578; }
p { color: rgb(140,181,120); }
H1.HeaderClassName
{
color: #8CB578;
}
.AnyTagClassName
{
color: #8CB578;
}
</style>
background-color css
<style>
a { background-color: #8CB578; }
a { background-color: rgb(140,181,120); }
div.DivClassName
{
background-color: #8CB578;
}
.BgClassName
{
background-color: #8CB578;
}
</style>
border-color css
<style>
span { border-color: #8CB578; }
span { border-color: rgb(140,181,120); }
td.TdClassName
{
border-color: #8CB578;
}
.TagClassName
{
border-color: #8CB578;
}
</style>