Shades of Amulet #7DB06F
Tints of Amulet #7DB06F
RGB
CMYK
RGB Variations
Color information
#7DB06F (or 0x7DB06F) is known color: Amulet. HEX triplet: 7D, B0 and 6F. RGB value is (125,176,111). Sum of RGB (Red+Green+Blue) = 125+176+111=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB06F is #824F90. Grayscale: #999999. Windows color (decimal): -8540049 or 7319677. OLE color: 7319677.
HSL color Cylindrical-coordinate representation of color #7DB06F: hue angle of 107.08º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DB06F is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 111 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.31 |
| HSL | 107.08º | 0.29% | 0.56% | - |
| HSV(B) | 107.08º | 0.37% | 0.69% | - |
| XYZ | 26.85 | 36.56 | 20.68 | - |
| YUV | 153.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 111 | 0.29 | 0 | 0.37 | 0.31 | 107.08 | 0.29 | 0.56 |
| Hex | 7D | B0 | 6F | 1D | 0 | 25 | 1F | 6B | 1D | 38 |
| Octal | 175 | 260 | 157 | 35 | 0 | 45 | 37 | 153 | 35 | 70 |
| Binary | 1111101 | 10110000 | 1101111 | 11101 | 0 | 100101 | 11111 | 1101011 | 11101 | 111000 |
Color Harmonies of #7DB06F
Complementary color
Monochromatic Colors of #7DB06F
Black with #7DB06F
Text Example
Text Example
White with #7DB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB06F; }
p { color: rgb(125,176,111); }
H1.HeaderClassName
{
color: #7DB06F;
}
.AnyTagClassName
{
color: #7DB06F;
}
</style>
background-color css
<style>
a { background-color: #7DB06F; }
a { background-color: rgb(125,176,111); }
div.DivClassName
{
background-color: #7DB06F;
}
.BgClassName
{
background-color: #7DB06F;
}
</style>
border-color css
<style>
span { border-color: #7DB06F; }
span { border-color: rgb(125,176,111); }
td.TdClassName
{
border-color: #7DB06F;
}
.TagClassName
{
border-color: #7DB06F;
}
</style>