Shades of Sushi #799D41
Tints of Sushi #799D41
RGB
CMYK
RGB Variations
Color information
#799D41 (or 0x799D41) is known color: Sushi. HEX triplet: 79, 9D and 41. RGB value is (121,157,65). Sum of RGB (Red+Green+Blue) = 121+157+65=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #799D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D41 is #8662BE. Grayscale: #888888. Windows color (decimal): -8807103 or 4300153. OLE color: 4300153.
HSL color Cylindrical-coordinate representation of color #799D41: hue angle of 83.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #799D41 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 65 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.38 |
| HSL | 83.48º | 0.41% | 0.44% | - |
| HSV(B) | 83.48º | 0.59% | 0.62% | - |
| XYZ | 20.9 | 28.56 | 9.41 | - |
| YUV | 135.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 65 | 0.23 | 0 | 0.59 | 0.38 | 83.48 | 0.41 | 0.44 |
| Hex | 79 | 9D | 41 | 17 | 0 | 3B | 26 | 53 | 29 | 2C |
| Octal | 171 | 235 | 101 | 27 | 0 | 73 | 46 | 123 | 51 | 54 |
| Binary | 1111001 | 10011101 | 1000001 | 10111 | 0 | 111011 | 100110 | 1010011 | 101001 | 101100 |
Color Harmonies of #799D41
Complementary color
Monochromatic Colors of #799D41
Black with #799D41
Text Example
Text Example
White with #799D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D41; }
p { color: rgb(121,157,65); }
H1.HeaderClassName
{
color: #799D41;
}
.AnyTagClassName
{
color: #799D41;
}
</style>
background-color css
<style>
a { background-color: #799D41; }
a { background-color: rgb(121,157,65); }
div.DivClassName
{
background-color: #799D41;
}
.BgClassName
{
background-color: #799D41;
}
</style>
border-color css
<style>
span { border-color: #799D41; }
span { border-color: rgb(121,157,65); }
td.TdClassName
{
border-color: #799D41;
}
.TagClassName
{
border-color: #799D41;
}
</style>