Shades of Olivine #8CBC71
Tints of Olivine #8CBC71
RGB
CMYK
RGB Variations
Color information
#8CBC71 (or 0x8CBC71) is known color: Olivine. HEX triplet: 8C, BC and 71. RGB value is (140,188,113). Sum of RGB (Red+Green+Blue) = 140+188+113=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC71 is #73438E. Grayscale: #A5A5A5. Windows color (decimal): -7553935 or 7453836. OLE color: 7453836.
HSL color Cylindrical-coordinate representation of color #8CBC71: hue angle of 98.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CBC71 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 113 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.26 |
| HSL | 98.4º | 0.36% | 0.59% | - |
| HSV(B) | 98.4º | 0.4% | 0.74% | - |
| XYZ | 31.78 | 42.73 | 22.2 | - |
| YUV | 165.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 113 | 0.26 | 0 | 0.40 | 0.26 | 98.4 | 0.36 | 0.59 |
| Hex | 8C | BC | 71 | 1A | 0 | 28 | 1A | 62 | 24 | 3B |
| Octal | 214 | 274 | 161 | 32 | 0 | 50 | 32 | 142 | 44 | 73 |
| Binary | 10001100 | 10111100 | 1110001 | 11010 | 0 | 101000 | 11010 | 1100010 | 100100 | 111011 |
Color Harmonies of #8CBC71
Complementary color
Monochromatic Colors of #8CBC71
Black with #8CBC71
Text Example
Text Example
White with #8CBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC71; }
p { color: rgb(140,188,113); }
H1.HeaderClassName
{
color: #8CBC71;
}
.AnyTagClassName
{
color: #8CBC71;
}
</style>
background-color css
<style>
a { background-color: #8CBC71; }
a { background-color: rgb(140,188,113); }
div.DivClassName
{
background-color: #8CBC71;
}
.BgClassName
{
background-color: #8CBC71;
}
</style>
border-color css
<style>
span { border-color: #8CBC71; }
span { border-color: rgb(140,188,113); }
td.TdClassName
{
border-color: #8CBC71;
}
.TagClassName
{
border-color: #8CBC71;
}
</style>