Shades of Sushi #79A63C
Tints of Sushi #79A63C
RGB
CMYK
RGB Variations
Color information
#79A63C (or 0x79A63C) is known color: Sushi. HEX triplet: 79, A6 and 3C. RGB value is (121,166,60). Sum of RGB (Red+Green+Blue) = 121+166+60=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #79A63C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A63C is #8659C3. Grayscale: #8C8C8C. Windows color (decimal): -8804804 or 3974777. OLE color: 3974777.
HSL color Cylindrical-coordinate representation of color #79A63C: hue angle of 85.47º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79A63C is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 166 | 60 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.35 |
| HSL | 85.47º | 0.47% | 0.44% | - |
| HSV(B) | 85.47º | 0.64% | 0.65% | - |
| XYZ | 22.34 | 31.66 | 9.21 | - |
| YUV | 140.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 166 | 60 | 0.27 | 0 | 0.64 | 0.35 | 85.47 | 0.47 | 0.44 |
| Hex | 79 | A6 | 3C | 1B | 0 | 40 | 23 | 55 | 2F | 2C |
| Octal | 171 | 246 | 74 | 33 | 0 | 100 | 43 | 125 | 57 | 54 |
| Binary | 1111001 | 10100110 | 111100 | 11011 | 0 | 1000000 | 100011 | 1010101 | 101111 | 101100 |
Color Harmonies of #79A63C
Complementary color
Monochromatic Colors of #79A63C
Black with #79A63C
Text Example
Text Example
White with #79A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A63C; }
p { color: rgb(121,166,60); }
H1.HeaderClassName
{
color: #79A63C;
}
.AnyTagClassName
{
color: #79A63C;
}
</style>
background-color css
<style>
a { background-color: #79A63C; }
a { background-color: rgb(121,166,60); }
div.DivClassName
{
background-color: #79A63C;
}
.BgClassName
{
background-color: #79A63C;
}
</style>
border-color css
<style>
span { border-color: #79A63C; }
span { border-color: rgb(121,166,60); }
td.TdClassName
{
border-color: #79A63C;
}
.TagClassName
{
border-color: #79A63C;
}
</style>