Shades of Sushi #7AA63C
Tints of Sushi #7AA63C
RGB
CMYK
RGB Variations
Color information
#7AA63C (or 0x7AA63C) is known color: Sushi. HEX triplet: 7A, A6 and 3C. RGB value is (122,166,60). Sum of RGB (Red+Green+Blue) = 122+166+60=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA63C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA63C is #8559C3. Grayscale: #8D8D8D. Windows color (decimal): -8739268 or 3974778. OLE color: 3974778.
HSL color Cylindrical-coordinate representation of color #7AA63C: hue angle of 84.91º 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 #7AA63C is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 60 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.35 |
| HSL | 84.91º | 0.47% | 0.44% | - |
| HSV(B) | 84.91º | 0.64% | 0.65% | - |
| XYZ | 22.48 | 31.74 | 9.22 | - |
| YUV | 140.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 60 | 0.27 | 0 | 0.64 | 0.35 | 84.91 | 0.47 | 0.44 |
| Hex | 7A | A6 | 3C | 1B | 0 | 40 | 23 | 55 | 2F | 2C |
| Octal | 172 | 246 | 74 | 33 | 0 | 100 | 43 | 125 | 57 | 54 |
| Binary | 1111010 | 10100110 | 111100 | 11011 | 0 | 1000000 | 100011 | 1010101 | 101111 | 101100 |
Color Harmonies of #7AA63C
Complementary color
Monochromatic Colors of #7AA63C
Black with #7AA63C
Text Example
Text Example
White with #7AA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA63C; }
p { color: rgb(122,166,60); }
H1.HeaderClassName
{
color: #7AA63C;
}
.AnyTagClassName
{
color: #7AA63C;
}
</style>
background-color css
<style>
a { background-color: #7AA63C; }
a { background-color: rgb(122,166,60); }
div.DivClassName
{
background-color: #7AA63C;
}
.BgClassName
{
background-color: #7AA63C;
}
</style>
border-color css
<style>
span { border-color: #7AA63C; }
span { border-color: rgb(122,166,60); }
td.TdClassName
{
border-color: #7AA63C;
}
.TagClassName
{
border-color: #7AA63C;
}
</style>