Shades of Sushi #79A136
Tints of Sushi #79A136
RGB
CMYK
RGB Variations
Color information
#79A136 (or 0x79A136) is known color: Sushi. HEX triplet: 79, A1 and 36. RGB value is (121,161,54). Sum of RGB (Red+Green+Blue) = 121+161+54=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #79A136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A136 is #865EC9. Grayscale: #898989. Windows color (decimal): -8806090 or 3580281. OLE color: 3580281.
HSL color Cylindrical-coordinate representation of color #79A136: hue angle of 82.43º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79A136 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 161 | 54 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.37 |
| HSL | 82.43º | 0.5% | 0.42% | - |
| HSV(B) | 82.43º | 0.66% | 0.63% | - |
| XYZ | 21.3 | 29.82 | 8.12 | - |
| YUV | 136.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 161 | 54 | 0.25 | 0 | 0.66 | 0.37 | 82.43 | 0.5 | 0.42 |
| Hex | 79 | A1 | 36 | 19 | 0 | 42 | 25 | 52 | 32 | 2A |
| Octal | 171 | 241 | 66 | 31 | 0 | 102 | 45 | 122 | 62 | 52 |
| Binary | 1111001 | 10100001 | 110110 | 11001 | 0 | 1000010 | 100101 | 1010010 | 110010 | 101010 |
Color Harmonies of #79A136
Complementary color
Monochromatic Colors of #79A136
Black with #79A136
Text Example
Text Example
White with #79A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A136; }
p { color: rgb(121,161,54); }
H1.HeaderClassName
{
color: #79A136;
}
.AnyTagClassName
{
color: #79A136;
}
</style>
background-color css
<style>
a { background-color: #79A136; }
a { background-color: rgb(121,161,54); }
div.DivClassName
{
background-color: #79A136;
}
.BgClassName
{
background-color: #79A136;
}
</style>
border-color css
<style>
span { border-color: #79A136; }
span { border-color: rgb(121,161,54); }
td.TdClassName
{
border-color: #79A136;
}
.TagClassName
{
border-color: #79A136;
}
</style>