Shades of Amulet #7FB270
Tints of Amulet #7FB270
RGB
CMYK
RGB Variations
Color information
#7FB270 (or 0x7FB270) is known color: Amulet. HEX triplet: 7F, B2 and 70. RGB value is (127,178,112). Sum of RGB (Red+Green+Blue) = 127+178+112=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB270 is #804D8F. Grayscale: #9B9B9B. Windows color (decimal): -8408464 or 7385727. OLE color: 7385727.
HSL color Cylindrical-coordinate representation of color #7FB270: hue angle of 106.36º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FB270 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 178 | 112 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.30 |
| HSL | 106.36º | 0.3% | 0.57% | - |
| HSV(B) | 106.36º | 0.37% | 0.7% | - |
| XYZ | 27.6 | 37.52 | 21.12 | - |
| YUV | 155.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 178 | 112 | 0.29 | 0 | 0.37 | 0.30 | 106.36 | 0.3 | 0.57 |
| Hex | 7F | B2 | 70 | 1D | 0 | 25 | 1E | 6A | 1E | 39 |
| Octal | 177 | 262 | 160 | 35 | 0 | 45 | 36 | 152 | 36 | 71 |
| Binary | 1111111 | 10110010 | 1110000 | 11101 | 0 | 100101 | 11110 | 1101010 | 11110 | 111001 |
Color Harmonies of #7FB270
Complementary color
Monochromatic Colors of #7FB270
Black with #7FB270
Text Example
Text Example
White with #7FB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB270; }
p { color: rgb(127,178,112); }
H1.HeaderClassName
{
color: #7FB270;
}
.AnyTagClassName
{
color: #7FB270;
}
</style>
background-color css
<style>
a { background-color: #7FB270; }
a { background-color: rgb(127,178,112); }
div.DivClassName
{
background-color: #7FB270;
}
.BgClassName
{
background-color: #7FB270;
}
</style>
border-color css
<style>
span { border-color: #7FB270; }
span { border-color: rgb(127,178,112); }
td.TdClassName
{
border-color: #7FB270;
}
.TagClassName
{
border-color: #7FB270;
}
</style>