Shades of Amulet #75AF6E
Tints of Amulet #75AF6E
RGB
CMYK
RGB Variations
Color information
#75AF6E (or 0x75AF6E) is known color: Amulet. HEX triplet: 75, AF and 6E. RGB value is (117,175,110). Sum of RGB (Red+Green+Blue) = 117+175+110=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF6E is #8A5091. Grayscale: #969696. Windows color (decimal): -9064594 or 7253877. OLE color: 7253877.
HSL color Cylindrical-coordinate representation of color #75AF6E: hue angle of 113.54º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75AF6E is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 175 | 110 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.31 |
| HSL | 113.54º | 0.29% | 0.56% | - |
| HSV(B) | 113.54º | 0.37% | 0.69% | - |
| XYZ | 25.48 | 35.57 | 20.27 | - |
| YUV | 150.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 175 | 110 | 0.33 | 0 | 0.37 | 0.31 | 113.54 | 0.29 | 0.56 |
| Hex | 75 | AF | 6E | 21 | 0 | 25 | 1F | 72 | 1D | 38 |
| Octal | 165 | 257 | 156 | 41 | 0 | 45 | 37 | 162 | 35 | 70 |
| Binary | 1110101 | 10101111 | 1101110 | 100001 | 0 | 100101 | 11111 | 1110010 | 11101 | 111000 |
Color Harmonies of #75AF6E
Complementary color
Monochromatic Colors of #75AF6E
Black with #75AF6E
Text Example
Text Example
White with #75AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AF6E; }
p { color: rgb(117,175,110); }
H1.HeaderClassName
{
color: #75AF6E;
}
.AnyTagClassName
{
color: #75AF6E;
}
</style>
background-color css
<style>
a { background-color: #75AF6E; }
a { background-color: rgb(117,175,110); }
div.DivClassName
{
background-color: #75AF6E;
}
.BgClassName
{
background-color: #75AF6E;
}
</style>
border-color css
<style>
span { border-color: #75AF6E; }
span { border-color: rgb(117,175,110); }
td.TdClassName
{
border-color: #75AF6E;
}
.TagClassName
{
border-color: #75AF6E;
}
</style>