Shades of Sushi #7AAA38
Tints of Sushi #7AAA38
RGB
CMYK
RGB Variations
Color information
#7AAA38 (or 0x7AAA38) is known color: Sushi. HEX triplet: 7A, AA and 38. RGB value is (122,170,56). Sum of RGB (Red+Green+Blue) = 122+170+56=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA38 is #8555C7. Grayscale: #8F8F8F. Windows color (decimal): -8738248 or 3713658. OLE color: 3713658.
HSL color Cylindrical-coordinate representation of color #7AAA38: hue angle of 85.26º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7AAA38 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 56 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.33 |
| HSL | 85.26º | 0.5% | 0.44% | - |
| HSV(B) | 85.26º | 0.67% | 0.67% | - |
| XYZ | 23.11 | 33.17 | 8.93 | - |
| YUV | 142.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 56 | 0.28 | 0 | 0.67 | 0.33 | 85.26 | 0.5 | 0.44 |
| Hex | 7A | AA | 38 | 1C | 0 | 43 | 21 | 55 | 32 | 2C |
| Octal | 172 | 252 | 70 | 34 | 0 | 103 | 41 | 125 | 62 | 54 |
| Binary | 1111010 | 10101010 | 111000 | 11100 | 0 | 1000011 | 100001 | 1010101 | 110010 | 101100 |
Color Harmonies of #7AAA38
Complementary color
Monochromatic Colors of #7AAA38
Black with #7AAA38
Text Example
Text Example
White with #7AAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA38; }
p { color: rgb(122,170,56); }
H1.HeaderClassName
{
color: #7AAA38;
}
.AnyTagClassName
{
color: #7AAA38;
}
</style>
background-color css
<style>
a { background-color: #7AAA38; }
a { background-color: rgb(122,170,56); }
div.DivClassName
{
background-color: #7AAA38;
}
.BgClassName
{
background-color: #7AAA38;
}
</style>
border-color css
<style>
span { border-color: #7AAA38; }
span { border-color: rgb(122,170,56); }
td.TdClassName
{
border-color: #7AAA38;
}
.TagClassName
{
border-color: #7AAA38;
}
</style>