Shades of Sushi #799D20
Tints of Sushi #799D20
RGB
CMYK
RGB Variations
Color information
#799D20 (or 0x799D20) is known color: Sushi. HEX triplet: 79, 9D and 20. RGB value is (121,157,32). Sum of RGB (Red+Green+Blue) = 121+157+32=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #799D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D20 is #8662DF. Grayscale: #848484. Windows color (decimal): -8807136 or 2137465. OLE color: 2137465.
HSL color Cylindrical-coordinate representation of color #799D20: hue angle of 77.28º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #799D20 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 32 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.38 |
| HSL | 77.28º | 0.66% | 0.37% | - |
| HSV(B) | 77.28º | 0.8% | 0.62% | - |
| XYZ | 20.2 | 28.28 | 5.76 | - |
| YUV | 131.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 32 | 0.23 | 0 | 0.80 | 0.38 | 77.28 | 0.66 | 0.37 |
| Hex | 79 | 9D | 20 | 17 | 0 | 50 | 26 | 4D | 42 | 25 |
| Octal | 171 | 235 | 40 | 27 | 0 | 120 | 46 | 115 | 102 | 45 |
| Binary | 1111001 | 10011101 | 100000 | 10111 | 0 | 1010000 | 100110 | 1001101 | 1000010 | 100101 |
Color Harmonies of #799D20
Complementary color
Monochromatic Colors of #799D20
Black with #799D20
Text Example
Text Example
White with #799D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D20; }
p { color: rgb(121,157,32); }
H1.HeaderClassName
{
color: #799D20;
}
.AnyTagClassName
{
color: #799D20;
}
</style>
background-color css
<style>
a { background-color: #799D20; }
a { background-color: rgb(121,157,32); }
div.DivClassName
{
background-color: #799D20;
}
.BgClassName
{
background-color: #799D20;
}
</style>
border-color css
<style>
span { border-color: #799D20; }
span { border-color: rgb(121,157,32); }
td.TdClassName
{
border-color: #799D20;
}
.TagClassName
{
border-color: #799D20;
}
</style>