Shades of Sushi #7A9929
Tints of Sushi #7A9929
RGB
CMYK
RGB Variations
Color information
#7A9929 (or 0x7A9929) is known color: Sushi. HEX triplet: 7A, 99 and 29. RGB value is (122,153,41). Sum of RGB (Red+Green+Blue) = 122+153+41=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #7A9929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9929 is #8566D6. Grayscale: #838383. Windows color (decimal): -8742615 or 2726266. OLE color: 2726266.
HSL color Cylindrical-coordinate representation of color #7A9929: hue angle of 76.61º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A9929 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 41 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.4 |
| HSL | 76.61º | 0.58% | 0.38% | - |
| HSV(B) | 76.61º | 0.73% | 0.6% | - |
| XYZ | 19.82 | 27.08 | 6.28 | - |
| YUV | 130.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 41 | 0.20 | 0 | 0.73 | 0.4 | 76.61 | 0.58 | 0.38 |
| Hex | 7A | 99 | 29 | 14 | 0 | 49 | 28 | 4D | 3A | 26 |
| Octal | 172 | 231 | 51 | 24 | 0 | 111 | 50 | 115 | 72 | 46 |
| Binary | 1111010 | 10011001 | 101001 | 10100 | 0 | 1001001 | 101000 | 1001101 | 111010 | 100110 |
Color Harmonies of #7A9929
Complementary color
Monochromatic Colors of #7A9929
Black with #7A9929
Text Example
Text Example
White with #7A9929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9929; }
p { color: rgb(122,153,41); }
H1.HeaderClassName
{
color: #7A9929;
}
.AnyTagClassName
{
color: #7A9929;
}
</style>
background-color css
<style>
a { background-color: #7A9929; }
a { background-color: rgb(122,153,41); }
div.DivClassName
{
background-color: #7A9929;
}
.BgClassName
{
background-color: #7A9929;
}
</style>
border-color css
<style>
span { border-color: #7A9929; }
span { border-color: rgb(122,153,41); }
td.TdClassName
{
border-color: #7A9929;
}
.TagClassName
{
border-color: #7A9929;
}
</style>