Shades of Sushi #799E40
Tints of Sushi #799E40
RGB
CMYK
RGB Variations
Color information
#799E40 (or 0x799E40) is known color: Sushi. HEX triplet: 79, 9E and 40. RGB value is (121,158,64). Sum of RGB (Red+Green+Blue) = 121+158+64=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 158 - color contains mainly: green. Hex color #799E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799E40 is #8661BF. Grayscale: #888888. Windows color (decimal): -8806848 or 4234873. OLE color: 4234873.
HSL color Cylindrical-coordinate representation of color #799E40: hue angle of 83.62º 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 #799E40 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 64 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.38 |
| HSL | 83.62º | 0.42% | 0.44% | - |
| HSV(B) | 83.62º | 0.59% | 0.62% | - |
| XYZ | 21.04 | 28.89 | 9.32 | - |
| YUV | 136.22 | 87.24 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 64 | 0.23 | 0 | 0.59 | 0.38 | 83.62 | 0.42 | 0.44 |
| Hex | 79 | 9E | 40 | 17 | 0 | 3B | 26 | 54 | 2A | 2C |
| Octal | 171 | 236 | 100 | 27 | 0 | 73 | 46 | 124 | 52 | 54 |
| Binary | 1111001 | 10011110 | 1000000 | 10111 | 0 | 111011 | 100110 | 1010100 | 101010 | 101100 |
Color Harmonies of #799E40
Complementary color
Monochromatic Colors of #799E40
Black with #799E40
Text Example
Text Example
White with #799E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E40; }
p { color: rgb(121,158,64); }
H1.HeaderClassName
{
color: #799E40;
}
.AnyTagClassName
{
color: #799E40;
}
</style>
background-color css
<style>
a { background-color: #799E40; }
a { background-color: rgb(121,158,64); }
div.DivClassName
{
background-color: #799E40;
}
.BgClassName
{
background-color: #799E40;
}
</style>
border-color css
<style>
span { border-color: #799E40; }
span { border-color: rgb(121,158,64); }
td.TdClassName
{
border-color: #799E40;
}
.TagClassName
{
border-color: #799E40;
}
</style>