Shades of Amulet #769869
Tints of Amulet #769869
RGB
CMYK
RGB Variations
Color information
#769869 (or 0x769869) is known color: Amulet. HEX triplet: 76, 98 and 69. RGB value is (118,152,105). Sum of RGB (Red+Green+Blue) = 118+152+105=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #769869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769869 is #896796. Grayscale: #888888. Windows color (decimal): -9004951 or 6920310. OLE color: 6920310.
HSL color Cylindrical-coordinate representation of color #769869: hue angle of 103.4º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769869 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 105 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.40 |
| HSL | 103.4º | 0.19% | 0.5% | - |
| HSV(B) | 103.4º | 0.31% | 0.6% | - |
| XYZ | 21.25 | 27.33 | 17.52 | - |
| YUV | 136.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 105 | 0.22 | 0 | 0.31 | 0.40 | 103.4 | 0.19 | 0.5 |
| Hex | 76 | 98 | 69 | 16 | 0 | 1F | 28 | 67 | 13 | 32 |
| Octal | 166 | 230 | 151 | 26 | 0 | 37 | 50 | 147 | 23 | 62 |
| Binary | 1110110 | 10011000 | 1101001 | 10110 | 0 | 11111 | 101000 | 1100111 | 10011 | 110010 |
Color Harmonies of #769869
Complementary color
Monochromatic Colors of #769869
Black with #769869
Text Example
Text Example
White with #769869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769869; }
p { color: rgb(118,152,105); }
H1.HeaderClassName
{
color: #769869;
}
.AnyTagClassName
{
color: #769869;
}
</style>
background-color css
<style>
a { background-color: #769869; }
a { background-color: rgb(118,152,105); }
div.DivClassName
{
background-color: #769869;
}
.BgClassName
{
background-color: #769869;
}
</style>
border-color css
<style>
span { border-color: #769869; }
span { border-color: rgb(118,152,105); }
td.TdClassName
{
border-color: #769869;
}
.TagClassName
{
border-color: #769869;
}
</style>