Shades of Sushi #79AD37
Tints of Sushi #79AD37
RGB
CMYK
RGB Variations
Color information
#79AD37 (or 0x79AD37) is known color: Sushi. HEX triplet: 79, AD and 37. RGB value is (121,173,55). Sum of RGB (Red+Green+Blue) = 121+173+55=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #79AD37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79AD37 is #8652C8. Grayscale: #909090. Windows color (decimal): -8803017 or 3648889. OLE color: 3648889.
HSL color Cylindrical-coordinate representation of color #79AD37: hue angle of 86.44º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #79AD37 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 173 | 55 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.32 |
| HSL | 86.44º | 0.52% | 0.45% | - |
| HSV(B) | 86.44º | 0.68% | 0.68% | - |
| XYZ | 23.52 | 34.23 | 8.98 | - |
| YUV | 144 | 77.77 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 173 | 55 | 0.30 | 0 | 0.68 | 0.32 | 86.44 | 0.52 | 0.45 |
| Hex | 79 | AD | 37 | 1E | 0 | 44 | 20 | 56 | 34 | 2D |
| Octal | 171 | 255 | 67 | 36 | 0 | 104 | 40 | 126 | 64 | 55 |
| Binary | 1111001 | 10101101 | 110111 | 11110 | 0 | 1000100 | 100000 | 1010110 | 110100 | 101101 |
Color Harmonies of #79AD37
Complementary color
Monochromatic Colors of #79AD37
Black with #79AD37
Text Example
Text Example
White with #79AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AD37; }
p { color: rgb(121,173,55); }
H1.HeaderClassName
{
color: #79AD37;
}
.AnyTagClassName
{
color: #79AD37;
}
</style>
background-color css
<style>
a { background-color: #79AD37; }
a { background-color: rgb(121,173,55); }
div.DivClassName
{
background-color: #79AD37;
}
.BgClassName
{
background-color: #79AD37;
}
</style>
border-color css
<style>
span { border-color: #79AD37; }
span { border-color: rgb(121,173,55); }
td.TdClassName
{
border-color: #79AD37;
}
.TagClassName
{
border-color: #79AD37;
}
</style>