Shades of Amulet #7FB36D
Tints of Amulet #7FB36D
RGB
CMYK
RGB Variations
Color information
#7FB36D (or 0x7FB36D) is known color: Amulet. HEX triplet: 7F, B3 and 6D. RGB value is (127,179,109). Sum of RGB (Red+Green+Blue) = 127+179+109=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB36D is #804C92. Grayscale: #9B9B9B. Windows color (decimal): -8408211 or 7189375. OLE color: 7189375.
HSL color Cylindrical-coordinate representation of color #7FB36D: hue angle of 104.57º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FB36D is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 109 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.30 |
| HSL | 104.57º | 0.32% | 0.56% | - |
| HSV(B) | 104.57º | 0.39% | 0.7% | - |
| XYZ | 27.63 | 37.86 | 20.32 | - |
| YUV | 155.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 109 | 0.29 | 0 | 0.39 | 0.30 | 104.57 | 0.32 | 0.56 |
| Hex | 7F | B3 | 6D | 1D | 0 | 27 | 1E | 69 | 20 | 38 |
| Octal | 177 | 263 | 155 | 35 | 0 | 47 | 36 | 151 | 40 | 70 |
| Binary | 1111111 | 10110011 | 1101101 | 11101 | 0 | 100111 | 11110 | 1101001 | 100000 | 111000 |
Color Harmonies of #7FB36D
Complementary color
Monochromatic Colors of #7FB36D
Black with #7FB36D
Text Example
Text Example
White with #7FB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB36D; }
p { color: rgb(127,179,109); }
H1.HeaderClassName
{
color: #7FB36D;
}
.AnyTagClassName
{
color: #7FB36D;
}
</style>
background-color css
<style>
a { background-color: #7FB36D; }
a { background-color: rgb(127,179,109); }
div.DivClassName
{
background-color: #7FB36D;
}
.BgClassName
{
background-color: #7FB36D;
}
</style>
border-color css
<style>
span { border-color: #7FB36D; }
span { border-color: rgb(127,179,109); }
td.TdClassName
{
border-color: #7FB36D;
}
.TagClassName
{
border-color: #7FB36D;
}
</style>