Shades of Amulet #759965
Tints of Amulet #759965
RGB
CMYK
RGB Variations
Color information
#759965 (or 0x759965) is known color: Amulet. HEX triplet: 75, 99 and 65. RGB value is (117,153,101). Sum of RGB (Red+Green+Blue) = 117+153+101=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #759965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759965 is #8A669A. Grayscale: #888888. Windows color (decimal): -9070235 or 6658421. OLE color: 6658421.
HSL color Cylindrical-coordinate representation of color #759965: hue angle of 101.54º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759965 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 101 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.4 |
| HSL | 101.54º | 0.2% | 0.5% | - |
| HSV(B) | 101.54º | 0.34% | 0.6% | - |
| XYZ | 21.08 | 27.5 | 16.51 | - |
| YUV | 136.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 101 | 0.24 | 0 | 0.34 | 0.4 | 101.54 | 0.2 | 0.5 |
| Hex | 75 | 99 | 65 | 18 | 0 | 22 | 28 | 66 | 14 | 32 |
| Octal | 165 | 231 | 145 | 30 | 0 | 42 | 50 | 146 | 24 | 62 |
| Binary | 1110101 | 10011001 | 1100101 | 11000 | 0 | 100010 | 101000 | 1100110 | 10100 | 110010 |
Color Harmonies of #759965
Complementary color
Monochromatic Colors of #759965
Black with #759965
Text Example
Text Example
White with #759965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759965; }
p { color: rgb(117,153,101); }
H1.HeaderClassName
{
color: #759965;
}
.AnyTagClassName
{
color: #759965;
}
</style>
background-color css
<style>
a { background-color: #759965; }
a { background-color: rgb(117,153,101); }
div.DivClassName
{
background-color: #759965;
}
.BgClassName
{
background-color: #759965;
}
</style>
border-color css
<style>
span { border-color: #759965; }
span { border-color: rgb(117,153,101); }
td.TdClassName
{
border-color: #759965;
}
.TagClassName
{
border-color: #759965;
}
</style>