Shades of Sushi #7A9F35
Tints of Sushi #7A9F35
RGB
CMYK
RGB Variations
Color information
#7A9F35 (or 0x7A9F35) is known color: Sushi. HEX triplet: 7A, 9F and 35. RGB value is (122,159,53). Sum of RGB (Red+Green+Blue) = 122+159+53=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9F35 is #8560CA. Grayscale: #888888. Windows color (decimal): -8741067 or 3514234. OLE color: 3514234.
HSL color Cylindrical-coordinate representation of color #7A9F35: hue angle of 80.94º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A9F35 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 53 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.38 |
| HSL | 80.94º | 0.5% | 0.42% | - |
| HSV(B) | 80.94º | 0.67% | 0.62% | - |
| XYZ | 21.07 | 29.19 | 7.89 | - |
| YUV | 135.85 | 81.24 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 53 | 0.23 | 0 | 0.67 | 0.38 | 80.94 | 0.5 | 0.42 |
| Hex | 7A | 9F | 35 | 17 | 0 | 43 | 26 | 51 | 32 | 2A |
| Octal | 172 | 237 | 65 | 27 | 0 | 103 | 46 | 121 | 62 | 52 |
| Binary | 1111010 | 10011111 | 110101 | 10111 | 0 | 1000011 | 100110 | 1010001 | 110010 | 101010 |
Color Harmonies of #7A9F35
Complementary color
Monochromatic Colors of #7A9F35
Black with #7A9F35
Text Example
Text Example
White with #7A9F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F35; }
p { color: rgb(122,159,53); }
H1.HeaderClassName
{
color: #7A9F35;
}
.AnyTagClassName
{
color: #7A9F35;
}
</style>
background-color css
<style>
a { background-color: #7A9F35; }
a { background-color: rgb(122,159,53); }
div.DivClassName
{
background-color: #7A9F35;
}
.BgClassName
{
background-color: #7A9F35;
}
</style>
border-color css
<style>
span { border-color: #7A9F35; }
span { border-color: rgb(122,159,53); }
td.TdClassName
{
border-color: #7A9F35;
}
.TagClassName
{
border-color: #7A9F35;
}
</style>