Shades of Sushi #79A229
Tints of Sushi #79A229
RGB
CMYK
RGB Variations
Color information
#79A229 (or 0x79A229) is known color: Sushi. HEX triplet: 79, A2 and 29. RGB value is (121,162,41). Sum of RGB (Red+Green+Blue) = 121+162+41=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #79A229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A229 is #865DD6. Grayscale: #888888. Windows color (decimal): -8805847 or 2728569. OLE color: 2728569.
HSL color Cylindrical-coordinate representation of color #79A229: hue angle of 80.33º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #79A229 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 162 | 41 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.36 |
| HSL | 80.33º | 0.6% | 0.4% | - |
| HSV(B) | 80.33º | 0.75% | 0.64% | - |
| XYZ | 21.21 | 30.07 | 6.78 | - |
| YUV | 135.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 162 | 41 | 0.25 | 0 | 0.75 | 0.36 | 80.33 | 0.6 | 0.4 |
| Hex | 79 | A2 | 29 | 19 | 0 | 4B | 24 | 50 | 3C | 28 |
| Octal | 171 | 242 | 51 | 31 | 0 | 113 | 44 | 120 | 74 | 50 |
| Binary | 1111001 | 10100010 | 101001 | 11001 | 0 | 1001011 | 100100 | 1010000 | 111100 | 101000 |
Color Harmonies of #79A229
Complementary color
Monochromatic Colors of #79A229
Black with #79A229
Text Example
Text Example
White with #79A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A229; }
p { color: rgb(121,162,41); }
H1.HeaderClassName
{
color: #79A229;
}
.AnyTagClassName
{
color: #79A229;
}
</style>
background-color css
<style>
a { background-color: #79A229; }
a { background-color: rgb(121,162,41); }
div.DivClassName
{
background-color: #79A229;
}
.BgClassName
{
background-color: #79A229;
}
</style>
border-color css
<style>
span { border-color: #79A229; }
span { border-color: rgb(121,162,41); }
td.TdClassName
{
border-color: #79A229;
}
.TagClassName
{
border-color: #79A229;
}
</style>