Shades of Sushi #79A73A
Tints of Sushi #79A73A
RGB
CMYK
RGB Variations
Color information
#79A73A (or 0x79A73A) is known color: Sushi. HEX triplet: 79, A7 and 3A. RGB value is (121,167,58). Sum of RGB (Red+Green+Blue) = 121+167+58=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 167 - color contains mainly: green. Hex color #79A73A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A73A is #8658C5. Grayscale: #8D8D8D. Windows color (decimal): -8804550 or 3843961. OLE color: 3843961.
HSL color Cylindrical-coordinate representation of color #79A73A: hue angle of 85.32º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79A73A is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 167 | 58 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.35 |
| HSL | 85.32º | 0.48% | 0.44% | - |
| HSV(B) | 85.32º | 0.65% | 0.65% | - |
| XYZ | 22.47 | 32.01 | 9 | - |
| YUV | 140.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 167 | 58 | 0.28 | 0 | 0.65 | 0.35 | 85.32 | 0.48 | 0.44 |
| Hex | 79 | A7 | 3A | 1C | 0 | 41 | 23 | 55 | 30 | 2C |
| Octal | 171 | 247 | 72 | 34 | 0 | 101 | 43 | 125 | 60 | 54 |
| Binary | 1111001 | 10100111 | 111010 | 11100 | 0 | 1000001 | 100011 | 1010101 | 110000 | 101100 |
Color Harmonies of #79A73A
Complementary color
Monochromatic Colors of #79A73A
Black with #79A73A
Text Example
Text Example
White with #79A73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A73A; }
p { color: rgb(121,167,58); }
H1.HeaderClassName
{
color: #79A73A;
}
.AnyTagClassName
{
color: #79A73A;
}
</style>
background-color css
<style>
a { background-color: #79A73A; }
a { background-color: rgb(121,167,58); }
div.DivClassName
{
background-color: #79A73A;
}
.BgClassName
{
background-color: #79A73A;
}
</style>
border-color css
<style>
span { border-color: #79A73A; }
span { border-color: rgb(121,167,58); }
td.TdClassName
{
border-color: #79A73A;
}
.TagClassName
{
border-color: #79A73A;
}
</style>