Shades of Sushi #7A9426
Tints of Sushi #7A9426
RGB
CMYK
RGB Variations
Color information
#7A9426 (or 0x7A9426) is known color: Sushi. HEX triplet: 7A, 94 and 26. RGB value is (122,148,38). Sum of RGB (Red+Green+Blue) = 122+148+38=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9426 is #856BD9. Grayscale: #808080. Windows color (decimal): -8743898 or 2528378. OLE color: 2528378.
HSL color Cylindrical-coordinate representation of color #7A9426: hue angle of 74.18º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A9426 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 38 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.42 |
| HSL | 74.18º | 0.59% | 0.36% | - |
| HSV(B) | 74.18º | 0.74% | 0.58% | - |
| XYZ | 18.97 | 25.46 | 5.75 | - |
| YUV | 127.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 38 | 0.18 | 0 | 0.74 | 0.42 | 74.18 | 0.59 | 0.36 |
| Hex | 7A | 94 | 26 | 12 | 0 | 4A | 2A | 4A | 3B | 24 |
| Octal | 172 | 224 | 46 | 22 | 0 | 112 | 52 | 112 | 73 | 44 |
| Binary | 1111010 | 10010100 | 100110 | 10010 | 0 | 1001010 | 101010 | 1001010 | 111011 | 100100 |
Color Harmonies of #7A9426
Complementary color
Monochromatic Colors of #7A9426
Black with #7A9426
Text Example
Text Example
White with #7A9426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9426; }
p { color: rgb(122,148,38); }
H1.HeaderClassName
{
color: #7A9426;
}
.AnyTagClassName
{
color: #7A9426;
}
</style>
background-color css
<style>
a { background-color: #7A9426; }
a { background-color: rgb(122,148,38); }
div.DivClassName
{
background-color: #7A9426;
}
.BgClassName
{
background-color: #7A9426;
}
</style>
border-color css
<style>
span { border-color: #7A9426; }
span { border-color: rgb(122,148,38); }
td.TdClassName
{
border-color: #7A9426;
}
.TagClassName
{
border-color: #7A9426;
}
</style>