Shades of Olivine #8CB47B
Tints of Olivine #8CB47B
RGB
CMYK
RGB Variations
Color information
#8CB47B (or 0x8CB47B) is known color: Olivine. HEX triplet: 8C, B4 and 7B. RGB value is (140,180,123). Sum of RGB (Red+Green+Blue) = 140+180+123=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB47B is #734B84. Grayscale: #A1A1A1. Windows color (decimal): -7555973 or 8107148. OLE color: 8107148.
HSL color Cylindrical-coordinate representation of color #8CB47B: hue angle of 102.11º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CB47B is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 123 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.29 |
| HSL | 102.11º | 0.28% | 0.59% | - |
| HSV(B) | 102.11º | 0.32% | 0.71% | - |
| XYZ | 30.71 | 39.65 | 24.77 | - |
| YUV | 161.54 | 106.25 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 123 | 0.22 | 0 | 0.32 | 0.29 | 102.11 | 0.28 | 0.59 |
| Hex | 8C | B4 | 7B | 16 | 0 | 20 | 1D | 66 | 1C | 3B |
| Octal | 214 | 264 | 173 | 26 | 0 | 40 | 35 | 146 | 34 | 73 |
| Binary | 10001100 | 10110100 | 1111011 | 10110 | 0 | 100000 | 11101 | 1100110 | 11100 | 111011 |
Color Harmonies of #8CB47B
Complementary color
Monochromatic Colors of #8CB47B
Black with #8CB47B
Text Example
Text Example
White with #8CB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB47B; }
p { color: rgb(140,180,123); }
H1.HeaderClassName
{
color: #8CB47B;
}
.AnyTagClassName
{
color: #8CB47B;
}
</style>
background-color css
<style>
a { background-color: #8CB47B; }
a { background-color: rgb(140,180,123); }
div.DivClassName
{
background-color: #8CB47B;
}
.BgClassName
{
background-color: #8CB47B;
}
</style>
border-color css
<style>
span { border-color: #8CB47B; }
span { border-color: rgb(140,180,123); }
td.TdClassName
{
border-color: #8CB47B;
}
.TagClassName
{
border-color: #8CB47B;
}
</style>