Shades of Amulet #76AF6B
Tints of Amulet #76AF6B
RGB
CMYK
RGB Variations
Color information
#76AF6B (or 0x76AF6B) is known color: Amulet. HEX triplet: 76, AF and 6B. RGB value is (118,175,107). Sum of RGB (Red+Green+Blue) = 118+175+107=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF6B is #895094. Grayscale: #969696. Windows color (decimal): -8999061 or 7057270. OLE color: 7057270.
HSL color Cylindrical-coordinate representation of color #76AF6B: hue angle of 110.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76AF6B is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 107 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.31 |
| HSL | 110.29º | 0.3% | 0.55% | - |
| HSV(B) | 110.29º | 0.39% | 0.69% | - |
| XYZ | 25.46 | 35.57 | 19.43 | - |
| YUV | 150.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 107 | 0.33 | 0 | 0.39 | 0.31 | 110.29 | 0.3 | 0.55 |
| Hex | 76 | AF | 6B | 21 | 0 | 27 | 1F | 6E | 1E | 37 |
| Octal | 166 | 257 | 153 | 41 | 0 | 47 | 37 | 156 | 36 | 67 |
| Binary | 1110110 | 10101111 | 1101011 | 100001 | 0 | 100111 | 11111 | 1101110 | 11110 | 110111 |
Color Harmonies of #76AF6B
Complementary color
Monochromatic Colors of #76AF6B
Black with #76AF6B
Text Example
Text Example
White with #76AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF6B; }
p { color: rgb(118,175,107); }
H1.HeaderClassName
{
color: #76AF6B;
}
.AnyTagClassName
{
color: #76AF6B;
}
</style>
background-color css
<style>
a { background-color: #76AF6B; }
a { background-color: rgb(118,175,107); }
div.DivClassName
{
background-color: #76AF6B;
}
.BgClassName
{
background-color: #76AF6B;
}
</style>
border-color css
<style>
span { border-color: #76AF6B; }
span { border-color: rgb(118,175,107); }
td.TdClassName
{
border-color: #76AF6B;
}
.TagClassName
{
border-color: #76AF6B;
}
</style>