Shades of Amulet #75A268
Tints of Amulet #75A268
RGB
CMYK
RGB Variations
Color information
#75A268 (or 0x75A268) is known color: Amulet. HEX triplet: 75, A2 and 68. RGB value is (117,162,104). Sum of RGB (Red+Green+Blue) = 117+162+104=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #75A268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A268 is #8A5D97. Grayscale: #8E8E8E. Windows color (decimal): -9067928 or 6857333. OLE color: 6857333.
HSL color Cylindrical-coordinate representation of color #75A268: hue angle of 106.55º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75A268 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 162 | 104 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.36 |
| HSL | 106.55º | 0.24% | 0.52% | - |
| HSV(B) | 106.55º | 0.36% | 0.64% | - |
| XYZ | 22.76 | 30.62 | 17.81 | - |
| YUV | 141.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 162 | 104 | 0.28 | 0 | 0.36 | 0.36 | 106.55 | 0.24 | 0.52 |
| Hex | 75 | A2 | 68 | 1C | 0 | 24 | 24 | 6B | 18 | 34 |
| Octal | 165 | 242 | 150 | 34 | 0 | 44 | 44 | 153 | 30 | 64 |
| Binary | 1110101 | 10100010 | 1101000 | 11100 | 0 | 100100 | 100100 | 1101011 | 11000 | 110100 |
Color Harmonies of #75A268
Complementary color
Monochromatic Colors of #75A268
Black with #75A268
Text Example
Text Example
White with #75A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A268; }
p { color: rgb(117,162,104); }
H1.HeaderClassName
{
color: #75A268;
}
.AnyTagClassName
{
color: #75A268;
}
</style>
background-color css
<style>
a { background-color: #75A268; }
a { background-color: rgb(117,162,104); }
div.DivClassName
{
background-color: #75A268;
}
.BgClassName
{
background-color: #75A268;
}
</style>
border-color css
<style>
span { border-color: #75A268; }
span { border-color: rgb(117,162,104); }
td.TdClassName
{
border-color: #75A268;
}
.TagClassName
{
border-color: #75A268;
}
</style>