Shades of Amulet #769872
Tints of Amulet #769872
RGB
CMYK
RGB Variations
Color information
#769872 (or 0x769872) is known color: Amulet. HEX triplet: 76, 98 and 72. RGB value is (118,152,114). Sum of RGB (Red+Green+Blue) = 118+152+114=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #769872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769872 is #89678D. Grayscale: #898989. Windows color (decimal): -9004942 or 7510134. OLE color: 7510134.
HSL color Cylindrical-coordinate representation of color #769872: hue angle of 113.68º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769872 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 114 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.40 |
| HSL | 113.68º | 0.16% | 0.52% | - |
| HSV(B) | 113.68º | 0.25% | 0.6% | - |
| XYZ | 21.74 | 27.52 | 20.09 | - |
| YUV | 137.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 114 | 0.22 | 0 | 0.25 | 0.40 | 113.68 | 0.16 | 0.52 |
| Hex | 76 | 98 | 72 | 16 | 0 | 19 | 28 | 72 | 10 | 34 |
| Octal | 166 | 230 | 162 | 26 | 0 | 31 | 50 | 162 | 20 | 64 |
| Binary | 1110110 | 10011000 | 1110010 | 10110 | 0 | 11001 | 101000 | 1110010 | 10000 | 110100 |
Color Harmonies of #769872
Complementary color
Monochromatic Colors of #769872
Black with #769872
Text Example
Text Example
White with #769872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769872; }
p { color: rgb(118,152,114); }
H1.HeaderClassName
{
color: #769872;
}
.AnyTagClassName
{
color: #769872;
}
</style>
background-color css
<style>
a { background-color: #769872; }
a { background-color: rgb(118,152,114); }
div.DivClassName
{
background-color: #769872;
}
.BgClassName
{
background-color: #769872;
}
</style>
border-color css
<style>
span { border-color: #769872; }
span { border-color: rgb(118,152,114); }
td.TdClassName
{
border-color: #769872;
}
.TagClassName
{
border-color: #769872;
}
</style>