Shades of Sushi #799846
Tints of Sushi #799846
RGB
CMYK
RGB Variations
Color information
#799846 (or 0x799846) is known color: Sushi. HEX triplet: 79, 98 and 46. RGB value is (121,152,70). Sum of RGB (Red+Green+Blue) = 121+152+70=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #799846 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799846 is #8667B9. Grayscale: #858585. Windows color (decimal): -8808378 or 4626553. OLE color: 4626553.
HSL color Cylindrical-coordinate representation of color #799846: hue angle of 82.68º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #799846 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 152 | 70 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.40 |
| HSL | 82.68º | 0.37% | 0.44% | - |
| HSV(B) | 82.68º | 0.54% | 0.6% | - |
| XYZ | 20.22 | 26.96 | 9.93 | - |
| YUV | 133.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 70 | 0.20 | 0 | 0.54 | 0.40 | 82.68 | 0.37 | 0.44 |
| Hex | 79 | 98 | 46 | 14 | 0 | 36 | 28 | 53 | 25 | 2C |
| Octal | 171 | 230 | 106 | 24 | 0 | 66 | 50 | 123 | 45 | 54 |
| Binary | 1111001 | 10011000 | 1000110 | 10100 | 0 | 110110 | 101000 | 1010011 | 100101 | 101100 |
Color Harmonies of #799846
Complementary color
Monochromatic Colors of #799846
Black with #799846
Text Example
Text Example
White with #799846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799846; }
p { color: rgb(121,152,70); }
H1.HeaderClassName
{
color: #799846;
}
.AnyTagClassName
{
color: #799846;
}
</style>
background-color css
<style>
a { background-color: #799846; }
a { background-color: rgb(121,152,70); }
div.DivClassName
{
background-color: #799846;
}
.BgClassName
{
background-color: #799846;
}
</style>
border-color css
<style>
span { border-color: #799846; }
span { border-color: rgb(121,152,70); }
td.TdClassName
{
border-color: #799846;
}
.TagClassName
{
border-color: #799846;
}
</style>