Shades of Amulet #75AF6D
Tints of Amulet #75AF6D
RGB
CMYK
RGB Variations
Color information
#75AF6D (or 0x75AF6D) is known color: Amulet. HEX triplet: 75, AF and 6D. RGB value is (117,175,109). Sum of RGB (Red+Green+Blue) = 117+175+109=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF6D is #8A5092. Grayscale: #969696. Windows color (decimal): -9064595 or 7188341. OLE color: 7188341.
HSL color Cylindrical-coordinate representation of color #75AF6D: hue angle of 112.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75AF6D is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 175 | 109 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.31 |
| HSL | 112.73º | 0.29% | 0.56% | - |
| HSV(B) | 112.73º | 0.38% | 0.69% | - |
| XYZ | 25.43 | 35.55 | 19.99 | - |
| YUV | 150.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 175 | 109 | 0.33 | 0 | 0.38 | 0.31 | 112.73 | 0.29 | 0.56 |
| Hex | 75 | AF | 6D | 21 | 0 | 26 | 1F | 71 | 1D | 38 |
| Octal | 165 | 257 | 155 | 41 | 0 | 46 | 37 | 161 | 35 | 70 |
| Binary | 1110101 | 10101111 | 1101101 | 100001 | 0 | 100110 | 11111 | 1110001 | 11101 | 111000 |
Color Harmonies of #75AF6D
Complementary color
Monochromatic Colors of #75AF6D
Black with #75AF6D
Text Example
Text Example
White with #75AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AF6D; }
p { color: rgb(117,175,109); }
H1.HeaderClassName
{
color: #75AF6D;
}
.AnyTagClassName
{
color: #75AF6D;
}
</style>
background-color css
<style>
a { background-color: #75AF6D; }
a { background-color: rgb(117,175,109); }
div.DivClassName
{
background-color: #75AF6D;
}
.BgClassName
{
background-color: #75AF6D;
}
</style>
border-color css
<style>
span { border-color: #75AF6D; }
span { border-color: rgb(117,175,109); }
td.TdClassName
{
border-color: #75AF6D;
}
.TagClassName
{
border-color: #75AF6D;
}
</style>