Shades of Sushi #799D44
Tints of Sushi #799D44
RGB
CMYK
RGB Variations
Color information
#799D44 (or 0x799D44) is known color: Sushi. HEX triplet: 79, 9D and 44. RGB value is (121,157,68). Sum of RGB (Red+Green+Blue) = 121+157+68=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #799D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D44 is #8662BB. Grayscale: #888888. Windows color (decimal): -8807100 or 4496761. OLE color: 4496761.
HSL color Cylindrical-coordinate representation of color #799D44: hue angle of 84.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #799D44 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 68 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.38 |
| HSL | 84.27º | 0.4% | 0.44% | - |
| HSV(B) | 84.27º | 0.57% | 0.62% | - |
| XYZ | 20.99 | 28.6 | 9.88 | - |
| YUV | 136.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 68 | 0.23 | 0 | 0.57 | 0.38 | 84.27 | 0.4 | 0.44 |
| Hex | 79 | 9D | 44 | 17 | 0 | 39 | 26 | 54 | 28 | 2C |
| Octal | 171 | 235 | 104 | 27 | 0 | 71 | 46 | 124 | 50 | 54 |
| Binary | 1111001 | 10011101 | 1000100 | 10111 | 0 | 111001 | 100110 | 1010100 | 101000 | 101100 |
Color Harmonies of #799D44
Complementary color
Monochromatic Colors of #799D44
Black with #799D44
Text Example
Text Example
White with #799D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D44; }
p { color: rgb(121,157,68); }
H1.HeaderClassName
{
color: #799D44;
}
.AnyTagClassName
{
color: #799D44;
}
</style>
background-color css
<style>
a { background-color: #799D44; }
a { background-color: rgb(121,157,68); }
div.DivClassName
{
background-color: #799D44;
}
.BgClassName
{
background-color: #799D44;
}
</style>
border-color css
<style>
span { border-color: #799D44; }
span { border-color: rgb(121,157,68); }
td.TdClassName
{
border-color: #799D44;
}
.TagClassName
{
border-color: #799D44;
}
</style>