Shades of Sushi #799839
Tints of Sushi #799839
RGB
CMYK
RGB Variations
Color information
#799839 (or 0x799839) is known color: Sushi. HEX triplet: 79, 98 and 39. RGB value is (121,152,57). Sum of RGB (Red+Green+Blue) = 121+152+57=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #799839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799839 is #8667C6. Grayscale: #848484. Windows color (decimal): -8808391 or 3774585. OLE color: 3774585.
HSL color Cylindrical-coordinate representation of color #799839: hue angle of 79.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #799839 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 152 | 57 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.40 |
| HSL | 79.58º | 0.45% | 0.41% | - |
| HSV(B) | 79.58º | 0.63% | 0.6% | - |
| XYZ | 19.85 | 26.82 | 8 | - |
| YUV | 131.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 57 | 0.20 | 0 | 0.62 | 0.40 | 79.58 | 0.45 | 0.41 |
| Hex | 79 | 98 | 39 | 14 | 0 | 3E | 28 | 50 | 2D | 29 |
| Octal | 171 | 230 | 71 | 24 | 0 | 76 | 50 | 120 | 55 | 51 |
| Binary | 1111001 | 10011000 | 111001 | 10100 | 0 | 111110 | 101000 | 1010000 | 101101 | 101001 |
Color Harmonies of #799839
Complementary color
Monochromatic Colors of #799839
Black with #799839
Text Example
Text Example
White with #799839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799839; }
p { color: rgb(121,152,57); }
H1.HeaderClassName
{
color: #799839;
}
.AnyTagClassName
{
color: #799839;
}
</style>
background-color css
<style>
a { background-color: #799839; }
a { background-color: rgb(121,152,57); }
div.DivClassName
{
background-color: #799839;
}
.BgClassName
{
background-color: #799839;
}
</style>
border-color css
<style>
span { border-color: #799839; }
span { border-color: rgb(121,152,57); }
td.TdClassName
{
border-color: #799839;
}
.TagClassName
{
border-color: #799839;
}
</style>