Shades of Amulet #799B6B
Tints of Amulet #799B6B
RGB
CMYK
RGB Variations
Color information
#799B6B (or 0x799B6B) is known color: Amulet. HEX triplet: 79, 9B and 6B. RGB value is (121,155,107). Sum of RGB (Red+Green+Blue) = 121+155+107=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #799B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799B6B is #866494. Grayscale: #8B8B8B. Windows color (decimal): -8807573 or 7052153. OLE color: 7052153.
HSL color Cylindrical-coordinate representation of color #799B6B: hue angle of 102.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #799B6B is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 107 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.39 |
| HSL | 102.5º | 0.19% | 0.51% | - |
| HSV(B) | 102.5º | 0.31% | 0.61% | - |
| XYZ | 22.26 | 28.57 | 18.25 | - |
| YUV | 139.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 107 | 0.22 | 0 | 0.31 | 0.39 | 102.5 | 0.19 | 0.51 |
| Hex | 79 | 9B | 6B | 16 | 0 | 1F | 27 | 66 | 13 | 33 |
| Octal | 171 | 233 | 153 | 26 | 0 | 37 | 47 | 146 | 23 | 63 |
| Binary | 1111001 | 10011011 | 1101011 | 10110 | 0 | 11111 | 100111 | 1100110 | 10011 | 110011 |
Color Harmonies of #799B6B
Complementary color
Monochromatic Colors of #799B6B
Black with #799B6B
Text Example
Text Example
White with #799B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B6B; }
p { color: rgb(121,155,107); }
H1.HeaderClassName
{
color: #799B6B;
}
.AnyTagClassName
{
color: #799B6B;
}
</style>
background-color css
<style>
a { background-color: #799B6B; }
a { background-color: rgb(121,155,107); }
div.DivClassName
{
background-color: #799B6B;
}
.BgClassName
{
background-color: #799B6B;
}
</style>
border-color css
<style>
span { border-color: #799B6B; }
span { border-color: rgb(121,155,107); }
td.TdClassName
{
border-color: #799B6B;
}
.TagClassName
{
border-color: #799B6B;
}
</style>