Shades of Sushi #799D37
Tints of Sushi #799D37
RGB
CMYK
RGB Variations
Color information
#799D37 (or 0x799D37) is known color: Sushi. HEX triplet: 79, 9D and 37. RGB value is (121,157,55). Sum of RGB (Red+Green+Blue) = 121+157+55=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #799D37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D37 is #8662C8. Grayscale: #868686. Windows color (decimal): -8807113 or 3644793. OLE color: 3644793.
HSL color Cylindrical-coordinate representation of color #799D37: hue angle of 81.18º degrees, saturation: 0.48, 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 #799D37 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 55 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.38 |
| HSL | 81.18º | 0.48% | 0.42% | - |
| HSV(B) | 81.18º | 0.65% | 0.62% | - |
| XYZ | 20.63 | 28.45 | 8.02 | - |
| YUV | 134.61 | 83.07 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 55 | 0.23 | 0 | 0.65 | 0.38 | 81.18 | 0.48 | 0.42 |
| Hex | 79 | 9D | 37 | 17 | 0 | 41 | 26 | 51 | 30 | 2A |
| Octal | 171 | 235 | 67 | 27 | 0 | 101 | 46 | 121 | 60 | 52 |
| Binary | 1111001 | 10011101 | 110111 | 10111 | 0 | 1000001 | 100110 | 1010001 | 110000 | 101010 |
Color Harmonies of #799D37
Complementary color
Monochromatic Colors of #799D37
Black with #799D37
Text Example
Text Example
White with #799D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D37; }
p { color: rgb(121,157,55); }
H1.HeaderClassName
{
color: #799D37;
}
.AnyTagClassName
{
color: #799D37;
}
</style>
background-color css
<style>
a { background-color: #799D37; }
a { background-color: rgb(121,157,55); }
div.DivClassName
{
background-color: #799D37;
}
.BgClassName
{
background-color: #799D37;
}
</style>
border-color css
<style>
span { border-color: #799D37; }
span { border-color: rgb(121,157,55); }
td.TdClassName
{
border-color: #799D37;
}
.TagClassName
{
border-color: #799D37;
}
</style>