Shades of Amulet #8CB37C
Tints of Amulet #8CB37C
RGB
CMYK
RGB Variations
Color information
#8CB37C (or 0x8CB37C) is known color: Amulet. HEX triplet: 8C, B3 and 7C. RGB value is (140,179,124). Sum of RGB (Red+Green+Blue) = 140+179+124=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB37C is #734C83. Grayscale: #A1A1A1. Windows color (decimal): -7556228 or 8172428. OLE color: 8172428.
HSL color Cylindrical-coordinate representation of color #8CB37C: hue angle of 102.55º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB37C is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 124 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.30 |
| HSL | 102.55º | 0.27% | 0.59% | - |
| HSV(B) | 102.55º | 0.31% | 0.7% | - |
| XYZ | 30.57 | 39.27 | 25.04 | - |
| YUV | 161.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 124 | 0.22 | 0 | 0.31 | 0.30 | 102.55 | 0.27 | 0.59 |
| Hex | 8C | B3 | 7C | 16 | 0 | 1F | 1E | 67 | 1B | 3B |
| Octal | 214 | 263 | 174 | 26 | 0 | 37 | 36 | 147 | 33 | 73 |
| Binary | 10001100 | 10110011 | 1111100 | 10110 | 0 | 11111 | 11110 | 1100111 | 11011 | 111011 |
Color Harmonies of #8CB37C
Complementary color
Monochromatic Colors of #8CB37C
Black with #8CB37C
Text Example
Text Example
White with #8CB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB37C; }
p { color: rgb(140,179,124); }
H1.HeaderClassName
{
color: #8CB37C;
}
.AnyTagClassName
{
color: #8CB37C;
}
</style>
background-color css
<style>
a { background-color: #8CB37C; }
a { background-color: rgb(140,179,124); }
div.DivClassName
{
background-color: #8CB37C;
}
.BgClassName
{
background-color: #8CB37C;
}
</style>
border-color css
<style>
span { border-color: #8CB37C; }
span { border-color: rgb(140,179,124); }
td.TdClassName
{
border-color: #8CB37C;
}
.TagClassName
{
border-color: #8CB37C;
}
</style>