Shades of Amulet #75986A
Tints of Amulet #75986A
RGB
CMYK
RGB Variations
Color information
#75986A (or 0x75986A) is known color: Amulet. HEX triplet: 75, 98 and 6A. RGB value is (117,152,106). Sum of RGB (Red+Green+Blue) = 117+152+106=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #75986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75986A is #8A6795. Grayscale: #888888. Windows color (decimal): -9070486 or 6985845. OLE color: 6985845.
HSL color Cylindrical-coordinate representation of color #75986A: hue angle of 105.65º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75986A is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 106 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.40 |
| HSL | 105.65º | 0.18% | 0.51% | - |
| HSV(B) | 105.65º | 0.3% | 0.6% | - |
| XYZ | 21.17 | 27.28 | 17.79 | - |
| YUV | 136.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 106 | 0.23 | 0 | 0.30 | 0.40 | 105.65 | 0.18 | 0.51 |
| Hex | 75 | 98 | 6A | 17 | 0 | 1E | 28 | 6A | 12 | 33 |
| Octal | 165 | 230 | 152 | 27 | 0 | 36 | 50 | 152 | 22 | 63 |
| Binary | 1110101 | 10011000 | 1101010 | 10111 | 0 | 11110 | 101000 | 1101010 | 10010 | 110011 |
Color Harmonies of #75986A
Complementary color
Monochromatic Colors of #75986A
Black with #75986A
Text Example
Text Example
White with #75986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75986A; }
p { color: rgb(117,152,106); }
H1.HeaderClassName
{
color: #75986A;
}
.AnyTagClassName
{
color: #75986A;
}
</style>
background-color css
<style>
a { background-color: #75986A; }
a { background-color: rgb(117,152,106); }
div.DivClassName
{
background-color: #75986A;
}
.BgClassName
{
background-color: #75986A;
}
</style>
border-color css
<style>
span { border-color: #75986A; }
span { border-color: rgb(117,152,106); }
td.TdClassName
{
border-color: #75986A;
}
.TagClassName
{
border-color: #75986A;
}
</style>