Shades of Sushi #799D32
Tints of Sushi #799D32
RGB
CMYK
RGB Variations
Color information
#799D32 (or 0x799D32) is known color: Sushi. HEX triplet: 79, 9D and 32. RGB value is (121,157,50). Sum of RGB (Red+Green+Blue) = 121+157+50=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #799D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D32 is #8662CD. Grayscale: #868686. Windows color (decimal): -8807118 or 3317113. OLE color: 3317113.
HSL color Cylindrical-coordinate representation of color #799D32: hue angle of 80.19º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #799D32 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 50 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.38 |
| HSL | 80.19º | 0.52% | 0.41% | - |
| HSV(B) | 80.19º | 0.68% | 0.62% | - |
| XYZ | 20.52 | 28.41 | 7.42 | - |
| YUV | 134.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 50 | 0.23 | 0 | 0.68 | 0.38 | 80.19 | 0.52 | 0.41 |
| Hex | 79 | 9D | 32 | 17 | 0 | 44 | 26 | 50 | 34 | 29 |
| Octal | 171 | 235 | 62 | 27 | 0 | 104 | 46 | 120 | 64 | 51 |
| Binary | 1111001 | 10011101 | 110010 | 10111 | 0 | 1000100 | 100110 | 1010000 | 110100 | 101001 |
Color Harmonies of #799D32
Complementary color
Monochromatic Colors of #799D32
Black with #799D32
Text Example
Text Example
White with #799D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D32; }
p { color: rgb(121,157,50); }
H1.HeaderClassName
{
color: #799D32;
}
.AnyTagClassName
{
color: #799D32;
}
</style>
background-color css
<style>
a { background-color: #799D32; }
a { background-color: rgb(121,157,50); }
div.DivClassName
{
background-color: #799D32;
}
.BgClassName
{
background-color: #799D32;
}
</style>
border-color css
<style>
span { border-color: #799D32; }
span { border-color: rgb(121,157,50); }
td.TdClassName
{
border-color: #799D32;
}
.TagClassName
{
border-color: #799D32;
}
</style>