Shades of Sushi #7A9E22
Tints of Sushi #7A9E22
RGB
CMYK
RGB Variations
Color information
#7A9E22 (or 0x7A9E22) is known color: Sushi. HEX triplet: 7A, 9E and 22. RGB value is (122,158,34). Sum of RGB (Red+Green+Blue) = 122+158+34=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9E22 is #8561DD. Grayscale: #858585. Windows color (decimal): -8741342 or 2268794. OLE color: 2268794.
HSL color Cylindrical-coordinate representation of color #7A9E22: hue angle of 77.42º 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 #7A9E22 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 158 | 34 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.38 |
| HSL | 77.42º | 0.65% | 0.38% | - |
| HSV(B) | 77.42º | 0.78% | 0.62% | - |
| XYZ | 20.54 | 28.71 | 5.97 | - |
| YUV | 133.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 34 | 0.23 | 0 | 0.78 | 0.38 | 77.42 | 0.65 | 0.38 |
| Hex | 7A | 9E | 22 | 17 | 0 | 4E | 26 | 4D | 41 | 26 |
| Octal | 172 | 236 | 42 | 27 | 0 | 116 | 46 | 115 | 101 | 46 |
| Binary | 1111010 | 10011110 | 100010 | 10111 | 0 | 1001110 | 100110 | 1001101 | 1000001 | 100110 |
Color Harmonies of #7A9E22
Complementary color
Monochromatic Colors of #7A9E22
Black with #7A9E22
Text Example
Text Example
White with #7A9E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9E22; }
p { color: rgb(122,158,34); }
H1.HeaderClassName
{
color: #7A9E22;
}
.AnyTagClassName
{
color: #7A9E22;
}
</style>
background-color css
<style>
a { background-color: #7A9E22; }
a { background-color: rgb(122,158,34); }
div.DivClassName
{
background-color: #7A9E22;
}
.BgClassName
{
background-color: #7A9E22;
}
</style>
border-color css
<style>
span { border-color: #7A9E22; }
span { border-color: rgb(122,158,34); }
td.TdClassName
{
border-color: #7A9E22;
}
.TagClassName
{
border-color: #7A9E22;
}
</style>