Shades of Sushi #799E41
Tints of Sushi #799E41
RGB
CMYK
RGB Variations
Color information
#799E41 (or 0x799E41) is known color: Sushi. HEX triplet: 79, 9E and 41. RGB value is (121,158,65). Sum of RGB (Red+Green+Blue) = 121+158+65=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #799E41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799E41 is #8661BE. Grayscale: #888888. Windows color (decimal): -8806847 or 4300409. OLE color: 4300409.
HSL color Cylindrical-coordinate representation of color #799E41: hue angle of 83.87º degrees, saturation: 0.42, 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 #799E41 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 65 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.38 |
| HSL | 83.87º | 0.42% | 0.44% | - |
| HSV(B) | 83.87º | 0.59% | 0.62% | - |
| XYZ | 21.07 | 28.9 | 9.47 | - |
| YUV | 136.34 | 87.74 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 65 | 0.23 | 0 | 0.59 | 0.38 | 83.87 | 0.42 | 0.44 |
| Hex | 79 | 9E | 41 | 17 | 0 | 3B | 26 | 54 | 2A | 2C |
| Octal | 171 | 236 | 101 | 27 | 0 | 73 | 46 | 124 | 52 | 54 |
| Binary | 1111001 | 10011110 | 1000001 | 10111 | 0 | 111011 | 100110 | 1010100 | 101010 | 101100 |
Color Harmonies of #799E41
Complementary color
Monochromatic Colors of #799E41
Black with #799E41
Text Example
Text Example
White with #799E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E41; }
p { color: rgb(121,158,65); }
H1.HeaderClassName
{
color: #799E41;
}
.AnyTagClassName
{
color: #799E41;
}
</style>
background-color css
<style>
a { background-color: #799E41; }
a { background-color: rgb(121,158,65); }
div.DivClassName
{
background-color: #799E41;
}
.BgClassName
{
background-color: #799E41;
}
</style>
border-color css
<style>
span { border-color: #799E41; }
span { border-color: rgb(121,158,65); }
td.TdClassName
{
border-color: #799E41;
}
.TagClassName
{
border-color: #799E41;
}
</style>