Shades of Sushi #7A9B29
Tints of Sushi #7A9B29
RGB
CMYK
RGB Variations
Color information
#7A9B29 (or 0x7A9B29) is known color: Sushi. HEX triplet: 7A, 9B and 29. RGB value is (122,155,41). Sum of RGB (Red+Green+Blue) = 122+155+41=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9B29 is #8564D6. Grayscale: #848484. Windows color (decimal): -8742103 or 2726778. OLE color: 2726778.
HSL color Cylindrical-coordinate representation of color #7A9B29: hue angle of 77.37º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A9B29 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 41 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.39 |
| HSL | 77.37º | 0.58% | 0.38% | - |
| HSV(B) | 77.37º | 0.74% | 0.61% | - |
| XYZ | 20.15 | 27.74 | 6.39 | - |
| YUV | 132.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 41 | 0.21 | 0 | 0.74 | 0.39 | 77.37 | 0.58 | 0.38 |
| Hex | 7A | 9B | 29 | 15 | 0 | 4A | 27 | 4D | 3A | 26 |
| Octal | 172 | 233 | 51 | 25 | 0 | 112 | 47 | 115 | 72 | 46 |
| Binary | 1111010 | 10011011 | 101001 | 10101 | 0 | 1001010 | 100111 | 1001101 | 111010 | 100110 |
Color Harmonies of #7A9B29
Complementary color
Monochromatic Colors of #7A9B29
Black with #7A9B29
Text Example
Text Example
White with #7A9B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B29; }
p { color: rgb(122,155,41); }
H1.HeaderClassName
{
color: #7A9B29;
}
.AnyTagClassName
{
color: #7A9B29;
}
</style>
background-color css
<style>
a { background-color: #7A9B29; }
a { background-color: rgb(122,155,41); }
div.DivClassName
{
background-color: #7A9B29;
}
.BgClassName
{
background-color: #7A9B29;
}
</style>
border-color css
<style>
span { border-color: #7A9B29; }
span { border-color: rgb(122,155,41); }
td.TdClassName
{
border-color: #7A9B29;
}
.TagClassName
{
border-color: #7A9B29;
}
</style>