Shades of Sushi #7AA830
Tints of Sushi #7AA830
RGB
CMYK
RGB Variations
Color information
#7AA830 (or 0x7AA830) is known color: Sushi. HEX triplet: 7A, A8 and 30. RGB value is (122,168,48). Sum of RGB (Red+Green+Blue) = 122+168+48=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA830 is #8557CF. Grayscale: #8D8D8D. Windows color (decimal): -8738768 or 3188858. OLE color: 3188858.
HSL color Cylindrical-coordinate representation of color #7AA830: hue angle of 83º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AA830 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 48 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.34 |
| HSL | 83º | 0.56% | 0.42% | - |
| HSV(B) | 83º | 0.71% | 0.66% | - |
| XYZ | 22.56 | 32.36 | 7.85 | - |
| YUV | 140.57 | 75.76 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 48 | 0.27 | 0 | 0.71 | 0.34 | 83 | 0.56 | 0.42 |
| Hex | 7A | A8 | 30 | 1B | 0 | 47 | 22 | 53 | 38 | 2A |
| Octal | 172 | 250 | 60 | 33 | 0 | 107 | 42 | 123 | 70 | 52 |
| Binary | 1111010 | 10101000 | 110000 | 11011 | 0 | 1000111 | 100010 | 1010011 | 111000 | 101010 |
Color Harmonies of #7AA830
Complementary color
Monochromatic Colors of #7AA830
Black with #7AA830
Text Example
Text Example
White with #7AA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA830; }
p { color: rgb(122,168,48); }
H1.HeaderClassName
{
color: #7AA830;
}
.AnyTagClassName
{
color: #7AA830;
}
</style>
background-color css
<style>
a { background-color: #7AA830; }
a { background-color: rgb(122,168,48); }
div.DivClassName
{
background-color: #7AA830;
}
.BgClassName
{
background-color: #7AA830;
}
</style>
border-color css
<style>
span { border-color: #7AA830; }
span { border-color: rgb(122,168,48); }
td.TdClassName
{
border-color: #7AA830;
}
.TagClassName
{
border-color: #7AA830;
}
</style>