Shades of Amulet #75966A
Tints of Amulet #75966A
RGB
CMYK
RGB Variations
Color information
#75966A (or 0x75966A) is known color: Amulet. HEX triplet: 75, 96 and 6A. RGB value is (117,150,106). Sum of RGB (Red+Green+Blue) = 117+150+106=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #75966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75966A is #8A6995. Grayscale: #878787. Windows color (decimal): -9070998 or 6985333. OLE color: 6985333.
HSL color Cylindrical-coordinate representation of color #75966A: hue angle of 105º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75966A is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 150 | 106 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.41 |
| HSL | 105º | 0.17% | 0.5% | - |
| HSV(B) | 105º | 0.29% | 0.59% | - |
| XYZ | 20.84 | 26.64 | 17.68 | - |
| YUV | 135.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 150 | 106 | 0.22 | 0 | 0.29 | 0.41 | 105 | 0.17 | 0.5 |
| Hex | 75 | 96 | 6A | 16 | 0 | 1D | 29 | 69 | 11 | 32 |
| Octal | 165 | 226 | 152 | 26 | 0 | 35 | 51 | 151 | 21 | 62 |
| Binary | 1110101 | 10010110 | 1101010 | 10110 | 0 | 11101 | 101001 | 1101001 | 10001 | 110010 |
Color Harmonies of #75966A
Complementary color
Monochromatic Colors of #75966A
Black with #75966A
Text Example
Text Example
White with #75966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75966A; }
p { color: rgb(117,150,106); }
H1.HeaderClassName
{
color: #75966A;
}
.AnyTagClassName
{
color: #75966A;
}
</style>
background-color css
<style>
a { background-color: #75966A; }
a { background-color: rgb(117,150,106); }
div.DivClassName
{
background-color: #75966A;
}
.BgClassName
{
background-color: #75966A;
}
</style>
border-color css
<style>
span { border-color: #75966A; }
span { border-color: rgb(117,150,106); }
td.TdClassName
{
border-color: #75966A;
}
.TagClassName
{
border-color: #75966A;
}
</style>