Shades of Sushi #799F37
Tints of Sushi #799F37
RGB
CMYK
RGB Variations
Color information
#799F37 (or 0x799F37) is known color: Sushi. HEX triplet: 79, 9F and 37. RGB value is (121,159,55). Sum of RGB (Red+Green+Blue) = 121+159+55=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #799F37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799F37 is #8660C8. Grayscale: #888888. Windows color (decimal): -8806601 or 3645305. OLE color: 3645305.
HSL color Cylindrical-coordinate representation of color #799F37: hue angle of 81.92º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #799F37 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 55 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.38 |
| HSL | 81.92º | 0.49% | 0.42% | - |
| HSV(B) | 81.92º | 0.65% | 0.62% | - |
| XYZ | 20.97 | 29.14 | 8.13 | - |
| YUV | 135.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 55 | 0.24 | 0 | 0.65 | 0.38 | 81.92 | 0.49 | 0.42 |
| Hex | 79 | 9F | 37 | 18 | 0 | 41 | 26 | 52 | 31 | 2A |
| Octal | 171 | 237 | 67 | 30 | 0 | 101 | 46 | 122 | 61 | 52 |
| Binary | 1111001 | 10011111 | 110111 | 11000 | 0 | 1000001 | 100110 | 1010010 | 110001 | 101010 |
Color Harmonies of #799F37
Complementary color
Monochromatic Colors of #799F37
Black with #799F37
Text Example
Text Example
White with #799F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F37; }
p { color: rgb(121,159,55); }
H1.HeaderClassName
{
color: #799F37;
}
.AnyTagClassName
{
color: #799F37;
}
</style>
background-color css
<style>
a { background-color: #799F37; }
a { background-color: rgb(121,159,55); }
div.DivClassName
{
background-color: #799F37;
}
.BgClassName
{
background-color: #799F37;
}
</style>
border-color css
<style>
span { border-color: #799F37; }
span { border-color: rgb(121,159,55); }
td.TdClassName
{
border-color: #799F37;
}
.TagClassName
{
border-color: #799F37;
}
</style>