Shades of Sushi #79A532
Tints of Sushi #79A532
RGB
CMYK
RGB Variations
Color information
#79A532 (or 0x79A532) is known color: Sushi. HEX triplet: 79, A5 and 32. RGB value is (121,165,50). Sum of RGB (Red+Green+Blue) = 121+165+50=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #79A532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A532 is #865ACD. Grayscale: #8B8B8B. Windows color (decimal): -8805070 or 3319161. OLE color: 3319161.
HSL color Cylindrical-coordinate representation of color #79A532: hue angle of 82.96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #79A532 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 165 | 50 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.35 |
| HSL | 82.96º | 0.53% | 0.42% | - |
| HSV(B) | 82.96º | 0.7% | 0.65% | - |
| XYZ | 21.92 | 31.21 | 7.89 | - |
| YUV | 138.73 | 77.92 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 165 | 50 | 0.27 | 0 | 0.70 | 0.35 | 82.96 | 0.53 | 0.42 |
| Hex | 79 | A5 | 32 | 1B | 0 | 46 | 23 | 53 | 35 | 2A |
| Octal | 171 | 245 | 62 | 33 | 0 | 106 | 43 | 123 | 65 | 52 |
| Binary | 1111001 | 10100101 | 110010 | 11011 | 0 | 1000110 | 100011 | 1010011 | 110101 | 101010 |
Color Harmonies of #79A532
Complementary color
Monochromatic Colors of #79A532
Black with #79A532
Text Example
Text Example
White with #79A532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A532; }
p { color: rgb(121,165,50); }
H1.HeaderClassName
{
color: #79A532;
}
.AnyTagClassName
{
color: #79A532;
}
</style>
background-color css
<style>
a { background-color: #79A532; }
a { background-color: rgb(121,165,50); }
div.DivClassName
{
background-color: #79A532;
}
.BgClassName
{
background-color: #79A532;
}
</style>
border-color css
<style>
span { border-color: #79A532; }
span { border-color: rgb(121,165,50); }
td.TdClassName
{
border-color: #79A532;
}
.TagClassName
{
border-color: #79A532;
}
</style>