Shades of Sushi #799E22
Tints of Sushi #799E22
RGB
CMYK
RGB Variations
Color information
#799E22 (or 0x799E22) is known color: Sushi. HEX triplet: 79, 9E and 22. RGB value is (121,158,34). Sum of RGB (Red+Green+Blue) = 121+158+34=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #799E22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799E22 is #8661DD. Grayscale: #858585. Windows color (decimal): -8806878 or 2268793. OLE color: 2268793.
HSL color Cylindrical-coordinate representation of color #799E22: hue angle of 77.9º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #799E22 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 34 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.38 |
| HSL | 77.9º | 0.65% | 0.38% | - |
| HSV(B) | 77.9º | 0.78% | 0.62% | - |
| XYZ | 20.4 | 28.63 | 5.97 | - |
| YUV | 132.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 34 | 0.23 | 0 | 0.78 | 0.38 | 77.9 | 0.65 | 0.38 |
| Hex | 79 | 9E | 22 | 17 | 0 | 4E | 26 | 4E | 41 | 26 |
| Octal | 171 | 236 | 42 | 27 | 0 | 116 | 46 | 116 | 101 | 46 |
| Binary | 1111001 | 10011110 | 100010 | 10111 | 0 | 1001110 | 100110 | 1001110 | 1000001 | 100110 |
Color Harmonies of #799E22
Complementary color
Monochromatic Colors of #799E22
Black with #799E22
Text Example
Text Example
White with #799E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E22; }
p { color: rgb(121,158,34); }
H1.HeaderClassName
{
color: #799E22;
}
.AnyTagClassName
{
color: #799E22;
}
</style>
background-color css
<style>
a { background-color: #799E22; }
a { background-color: rgb(121,158,34); }
div.DivClassName
{
background-color: #799E22;
}
.BgClassName
{
background-color: #799E22;
}
</style>
border-color css
<style>
span { border-color: #799E22; }
span { border-color: rgb(121,158,34); }
td.TdClassName
{
border-color: #799E22;
}
.TagClassName
{
border-color: #799E22;
}
</style>