Shades of Sushi #7AA739
Tints of Sushi #7AA739
RGB
CMYK
RGB Variations
Color information
#7AA739 (or 0x7AA739) is known color: Sushi. HEX triplet: 7A, A7 and 39. RGB value is (122,167,57). Sum of RGB (Red+Green+Blue) = 122+167+57=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA739 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA739 is #8558C6. Grayscale: #8D8D8D. Windows color (decimal): -8739015 or 3778426. OLE color: 3778426.
HSL color Cylindrical-coordinate representation of color #7AA739: hue angle of 84.55º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AA739 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 167 | 57 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.35 |
| HSL | 84.55º | 0.49% | 0.44% | - |
| HSV(B) | 84.55º | 0.66% | 0.65% | - |
| XYZ | 22.58 | 32.07 | 8.87 | - |
| YUV | 141.01 | 80.59 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 57 | 0.27 | 0 | 0.66 | 0.35 | 84.55 | 0.49 | 0.44 |
| Hex | 7A | A7 | 39 | 1B | 0 | 42 | 23 | 55 | 31 | 2C |
| Octal | 172 | 247 | 71 | 33 | 0 | 102 | 43 | 125 | 61 | 54 |
| Binary | 1111010 | 10100111 | 111001 | 11011 | 0 | 1000010 | 100011 | 1010101 | 110001 | 101100 |
Color Harmonies of #7AA739
Complementary color
Monochromatic Colors of #7AA739
Black with #7AA739
Text Example
Text Example
White with #7AA739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA739; }
p { color: rgb(122,167,57); }
H1.HeaderClassName
{
color: #7AA739;
}
.AnyTagClassName
{
color: #7AA739;
}
</style>
background-color css
<style>
a { background-color: #7AA739; }
a { background-color: rgb(122,167,57); }
div.DivClassName
{
background-color: #7AA739;
}
.BgClassName
{
background-color: #7AA739;
}
</style>
border-color css
<style>
span { border-color: #7AA739; }
span { border-color: rgb(122,167,57); }
td.TdClassName
{
border-color: #7AA739;
}
.TagClassName
{
border-color: #7AA739;
}
</style>