Shades of Amulet #80B36F
Tints of Amulet #80B36F
RGB
CMYK
RGB Variations
Color information
#80B36F (or 0x80B36F) is known color: Amulet. HEX triplet: 80, B3 and 6F. RGB value is (128,179,111). Sum of RGB (Red+Green+Blue) = 128+179+111=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #80B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B36F is #7F4C90. Grayscale: #9C9C9C. Windows color (decimal): -8342673 or 7320448. OLE color: 7320448.
HSL color Cylindrical-coordinate representation of color #80B36F: hue angle of 105º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80B36F is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 111 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.30 |
| HSL | 105º | 0.31% | 0.57% | - |
| HSV(B) | 105º | 0.38% | 0.7% | - |
| XYZ | 27.89 | 37.98 | 20.9 | - |
| YUV | 156 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 111 | 0.28 | 0 | 0.38 | 0.30 | 105 | 0.31 | 0.57 |
| Hex | 80 | B3 | 6F | 1C | 0 | 26 | 1E | 69 | 1F | 39 |
| Octal | 200 | 263 | 157 | 34 | 0 | 46 | 36 | 151 | 37 | 71 |
| Binary | 10000000 | 10110011 | 1101111 | 11100 | 0 | 100110 | 11110 | 1101001 | 11111 | 111001 |
Color Harmonies of #80B36F
Complementary color
Monochromatic Colors of #80B36F
Black with #80B36F
Text Example
Text Example
White with #80B36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B36F; }
p { color: rgb(128,179,111); }
H1.HeaderClassName
{
color: #80B36F;
}
.AnyTagClassName
{
color: #80B36F;
}
</style>
background-color css
<style>
a { background-color: #80B36F; }
a { background-color: rgb(128,179,111); }
div.DivClassName
{
background-color: #80B36F;
}
.BgClassName
{
background-color: #80B36F;
}
</style>
border-color css
<style>
span { border-color: #80B36F; }
span { border-color: rgb(128,179,111); }
td.TdClassName
{
border-color: #80B36F;
}
.TagClassName
{
border-color: #80B36F;
}
</style>