Shades of Amulet #75986C
Tints of Amulet #75986C
RGB
CMYK
RGB Variations
Color information
#75986C (or 0x75986C) is known color: Amulet. HEX triplet: 75, 98 and 6C. RGB value is (117,152,108). Sum of RGB (Red+Green+Blue) = 117+152+108=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #75986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75986C is #8A6793. Grayscale: #888888. Windows color (decimal): -9070484 or 7116917. OLE color: 7116917.
HSL color Cylindrical-coordinate representation of color #75986C: hue angle of 107.73º 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 #75986C is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 108 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.40 |
| HSL | 107.73º | 0.18% | 0.51% | - |
| HSV(B) | 107.73º | 0.29% | 0.6% | - |
| XYZ | 21.27 | 27.32 | 18.34 | - |
| YUV | 136.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 108 | 0.23 | 0 | 0.29 | 0.40 | 107.73 | 0.18 | 0.51 |
| Hex | 75 | 98 | 6C | 17 | 0 | 1D | 28 | 6C | 12 | 33 |
| Octal | 165 | 230 | 154 | 27 | 0 | 35 | 50 | 154 | 22 | 63 |
| Binary | 1110101 | 10011000 | 1101100 | 10111 | 0 | 11101 | 101000 | 1101100 | 10010 | 110011 |
Color Harmonies of #75986C
Complementary color
Monochromatic Colors of #75986C
Black with #75986C
Text Example
Text Example
White with #75986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75986C; }
p { color: rgb(117,152,108); }
H1.HeaderClassName
{
color: #75986C;
}
.AnyTagClassName
{
color: #75986C;
}
</style>
background-color css
<style>
a { background-color: #75986C; }
a { background-color: rgb(117,152,108); }
div.DivClassName
{
background-color: #75986C;
}
.BgClassName
{
background-color: #75986C;
}
</style>
border-color css
<style>
span { border-color: #75986C; }
span { border-color: rgb(117,152,108); }
td.TdClassName
{
border-color: #75986C;
}
.TagClassName
{
border-color: #75986C;
}
</style>