Shades of Amulet #7FB07B
Tints of Amulet #7FB07B
RGB
CMYK
RGB Variations
Color information
#7FB07B (or 0x7FB07B) is known color: Amulet. HEX triplet: 7F, B0 and 7B. RGB value is (127,176,123). Sum of RGB (Red+Green+Blue) = 127+176+123=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB07B is #804F84. Grayscale: #9B9B9B. Windows color (decimal): -8408965 or 8106111. OLE color: 8106111.
HSL color Cylindrical-coordinate representation of color #7FB07B: hue angle of 115.47º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB07B is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 123 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.31 |
| HSL | 115.47º | 0.25% | 0.59% | - |
| HSV(B) | 115.47º | 0.3% | 0.69% | - |
| XYZ | 27.85 | 36.99 | 24.41 | - |
| YUV | 155.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 123 | 0.28 | 0 | 0.30 | 0.31 | 115.47 | 0.25 | 0.59 |
| Hex | 7F | B0 | 7B | 1C | 0 | 1E | 1F | 73 | 19 | 3B |
| Octal | 177 | 260 | 173 | 34 | 0 | 36 | 37 | 163 | 31 | 73 |
| Binary | 1111111 | 10110000 | 1111011 | 11100 | 0 | 11110 | 11111 | 1110011 | 11001 | 111011 |
Color Harmonies of #7FB07B
Complementary color
Monochromatic Colors of #7FB07B
Black with #7FB07B
Text Example
Text Example
White with #7FB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB07B; }
p { color: rgb(127,176,123); }
H1.HeaderClassName
{
color: #7FB07B;
}
.AnyTagClassName
{
color: #7FB07B;
}
</style>
background-color css
<style>
a { background-color: #7FB07B; }
a { background-color: rgb(127,176,123); }
div.DivClassName
{
background-color: #7FB07B;
}
.BgClassName
{
background-color: #7FB07B;
}
</style>
border-color css
<style>
span { border-color: #7FB07B; }
span { border-color: rgb(127,176,123); }
td.TdClassName
{
border-color: #7FB07B;
}
.TagClassName
{
border-color: #7FB07B;
}
</style>