Shades of Amulet #759867
Tints of Amulet #759867
RGB
CMYK
RGB Variations
Color information
#759867 (or 0x759867) is known color: Amulet. HEX triplet: 75, 98 and 67. RGB value is (117,152,103). Sum of RGB (Red+Green+Blue) = 117+152+103=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #759867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759867 is #8A6798. Grayscale: #888888. Windows color (decimal): -9070489 or 6789237. OLE color: 6789237.
HSL color Cylindrical-coordinate representation of color #759867: hue angle of 102.86º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759867 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 103 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.40 |
| HSL | 102.86º | 0.19% | 0.5% | - |
| HSV(B) | 102.86º | 0.32% | 0.6% | - |
| XYZ | 21.01 | 27.22 | 16.98 | - |
| YUV | 135.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 103 | 0.23 | 0 | 0.32 | 0.40 | 102.86 | 0.19 | 0.5 |
| Hex | 75 | 98 | 67 | 17 | 0 | 20 | 28 | 67 | 13 | 32 |
| Octal | 165 | 230 | 147 | 27 | 0 | 40 | 50 | 147 | 23 | 62 |
| Binary | 1110101 | 10011000 | 1100111 | 10111 | 0 | 100000 | 101000 | 1100111 | 10011 | 110010 |
Color Harmonies of #759867
Complementary color
Monochromatic Colors of #759867
Black with #759867
Text Example
Text Example
White with #759867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759867; }
p { color: rgb(117,152,103); }
H1.HeaderClassName
{
color: #759867;
}
.AnyTagClassName
{
color: #759867;
}
</style>
background-color css
<style>
a { background-color: #759867; }
a { background-color: rgb(117,152,103); }
div.DivClassName
{
background-color: #759867;
}
.BgClassName
{
background-color: #759867;
}
</style>
border-color css
<style>
span { border-color: #759867; }
span { border-color: rgb(117,152,103); }
td.TdClassName
{
border-color: #759867;
}
.TagClassName
{
border-color: #759867;
}
</style>