Shades of Olivine #8CB471
Tints of Olivine #8CB471
RGB
CMYK
RGB Variations
Color information
#8CB471 (or 0x8CB471) is known color: Olivine. HEX triplet: 8C, B4 and 71. RGB value is (140,180,113). Sum of RGB (Red+Green+Blue) = 140+180+113=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB471 is #734B8E. Grayscale: #A0A0A0. Windows color (decimal): -7555983 or 7451788. OLE color: 7451788.
HSL color Cylindrical-coordinate representation of color #8CB471: hue angle of 95.82º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CB471 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 113 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.29 |
| HSL | 95.82º | 0.31% | 0.57% | - |
| HSV(B) | 95.82º | 0.37% | 0.71% | - |
| XYZ | 30.12 | 39.41 | 21.64 | - |
| YUV | 160.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 113 | 0.22 | 0 | 0.37 | 0.29 | 95.82 | 0.31 | 0.57 |
| Hex | 8C | B4 | 71 | 16 | 0 | 25 | 1D | 60 | 1F | 39 |
| Octal | 214 | 264 | 161 | 26 | 0 | 45 | 35 | 140 | 37 | 71 |
| Binary | 10001100 | 10110100 | 1110001 | 10110 | 0 | 100101 | 11101 | 1100000 | 11111 | 111001 |
Color Harmonies of #8CB471
Complementary color
Monochromatic Colors of #8CB471
Black with #8CB471
Text Example
Text Example
White with #8CB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB471; }
p { color: rgb(140,180,113); }
H1.HeaderClassName
{
color: #8CB471;
}
.AnyTagClassName
{
color: #8CB471;
}
</style>
background-color css
<style>
a { background-color: #8CB471; }
a { background-color: rgb(140,180,113); }
div.DivClassName
{
background-color: #8CB471;
}
.BgClassName
{
background-color: #8CB471;
}
</style>
border-color css
<style>
span { border-color: #8CB471; }
span { border-color: rgb(140,180,113); }
td.TdClassName
{
border-color: #8CB471;
}
.TagClassName
{
border-color: #8CB471;
}
</style>