Shades of Amulet #75996C
Tints of Amulet #75996C
RGB
CMYK
RGB Variations
Color information
#75996C (or 0x75996C) is known color: Amulet. HEX triplet: 75, 99 and 6C. RGB value is (117,153,108). Sum of RGB (Red+Green+Blue) = 117+153+108=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #75996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75996C is #8A6693. Grayscale: #898989. Windows color (decimal): -9070228 or 7117173. OLE color: 7117173.
HSL color Cylindrical-coordinate representation of color #75996C: hue angle of 108º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75996C is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 108 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.4 |
| HSL | 108º | 0.18% | 0.51% | - |
| HSV(B) | 108º | 0.29% | 0.6% | - |
| XYZ | 21.43 | 27.65 | 18.39 | - |
| YUV | 137.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 108 | 0.24 | 0 | 0.29 | 0.4 | 108 | 0.18 | 0.51 |
| Hex | 75 | 99 | 6C | 18 | 0 | 1D | 28 | 6C | 12 | 33 |
| Octal | 165 | 231 | 154 | 30 | 0 | 35 | 50 | 154 | 22 | 63 |
| Binary | 1110101 | 10011001 | 1101100 | 11000 | 0 | 11101 | 101000 | 1101100 | 10010 | 110011 |
Color Harmonies of #75996C
Complementary color
Monochromatic Colors of #75996C
Black with #75996C
Text Example
Text Example
White with #75996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75996C; }
p { color: rgb(117,153,108); }
H1.HeaderClassName
{
color: #75996C;
}
.AnyTagClassName
{
color: #75996C;
}
</style>
background-color css
<style>
a { background-color: #75996C; }
a { background-color: rgb(117,153,108); }
div.DivClassName
{
background-color: #75996C;
}
.BgClassName
{
background-color: #75996C;
}
</style>
border-color css
<style>
span { border-color: #75996C; }
span { border-color: rgb(117,153,108); }
td.TdClassName
{
border-color: #75996C;
}
.TagClassName
{
border-color: #75996C;
}
</style>