Shades of Amulet #75976A
Tints of Amulet #75976A
RGB
CMYK
RGB Variations
Color information
#75976A (or 0x75976A) is known color: Amulet. HEX triplet: 75, 97 and 6A. RGB value is (117,151,106). Sum of RGB (Red+Green+Blue) = 117+151+106=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #75976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75976A is #8A6895. Grayscale: #878787. Windows color (decimal): -9070742 or 6985589. OLE color: 6985589.
HSL color Cylindrical-coordinate representation of color #75976A: hue angle of 105.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75976A is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 106 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.41 |
| HSL | 105.33º | 0.18% | 0.5% | - |
| HSV(B) | 105.33º | 0.3% | 0.59% | - |
| XYZ | 21 | 26.96 | 17.73 | - |
| YUV | 135.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 106 | 0.23 | 0 | 0.30 | 0.41 | 105.33 | 0.18 | 0.5 |
| Hex | 75 | 97 | 6A | 17 | 0 | 1E | 29 | 69 | 12 | 32 |
| Octal | 165 | 227 | 152 | 27 | 0 | 36 | 51 | 151 | 22 | 62 |
| Binary | 1110101 | 10010111 | 1101010 | 10111 | 0 | 11110 | 101001 | 1101001 | 10010 | 110010 |
Color Harmonies of #75976A
Complementary color
Monochromatic Colors of #75976A
Black with #75976A
Text Example
Text Example
White with #75976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75976A; }
p { color: rgb(117,151,106); }
H1.HeaderClassName
{
color: #75976A;
}
.AnyTagClassName
{
color: #75976A;
}
</style>
background-color css
<style>
a { background-color: #75976A; }
a { background-color: rgb(117,151,106); }
div.DivClassName
{
background-color: #75976A;
}
.BgClassName
{
background-color: #75976A;
}
</style>
border-color css
<style>
span { border-color: #75976A; }
span { border-color: rgb(117,151,106); }
td.TdClassName
{
border-color: #75976A;
}
.TagClassName
{
border-color: #75976A;
}
</style>