Shades of Amulet #76B268
Tints of Amulet #76B268
RGB
CMYK
RGB Variations
Color information
#76B268 (or 0x76B268) is known color: Amulet. HEX triplet: 76, B2 and 68. RGB value is (118,178,104). Sum of RGB (Red+Green+Blue) = 118+178+104=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #76B268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B268 is #894D97. Grayscale: #979797. Windows color (decimal): -8998296 or 6861430. OLE color: 6861430.
HSL color Cylindrical-coordinate representation of color #76B268: hue angle of 108.65º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76B268 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 104 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.30 |
| HSL | 108.65º | 0.32% | 0.55% | - |
| HSV(B) | 108.65º | 0.42% | 0.7% | - |
| XYZ | 25.89 | 36.69 | 18.81 | - |
| YUV | 151.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 104 | 0.34 | 0 | 0.42 | 0.30 | 108.65 | 0.32 | 0.55 |
| Hex | 76 | B2 | 68 | 22 | 0 | 2A | 1E | 6D | 20 | 37 |
| Octal | 166 | 262 | 150 | 42 | 0 | 52 | 36 | 155 | 40 | 67 |
| Binary | 1110110 | 10110010 | 1101000 | 100010 | 0 | 101010 | 11110 | 1101101 | 100000 | 110111 |
Color Harmonies of #76B268
Complementary color
Monochromatic Colors of #76B268
Black with #76B268
Text Example
Text Example
White with #76B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B268; }
p { color: rgb(118,178,104); }
H1.HeaderClassName
{
color: #76B268;
}
.AnyTagClassName
{
color: #76B268;
}
</style>
background-color css
<style>
a { background-color: #76B268; }
a { background-color: rgb(118,178,104); }
div.DivClassName
{
background-color: #76B268;
}
.BgClassName
{
background-color: #76B268;
}
</style>
border-color css
<style>
span { border-color: #76B268; }
span { border-color: rgb(118,178,104); }
td.TdClassName
{
border-color: #76B268;
}
.TagClassName
{
border-color: #76B268;
}
</style>