Shades of Sushi #7AA343
Tints of Sushi #7AA343
RGB
CMYK
RGB Variations
Color information
#7AA343 (or 0x7AA343) is known color: Sushi. HEX triplet: 7A, A3 and 43. RGB value is (122,163,67). Sum of RGB (Red+Green+Blue) = 122+163+67=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA343 is #855CBC. Grayscale: #8C8C8C. Windows color (decimal): -8740029 or 4432762. OLE color: 4432762.
HSL color Cylindrical-coordinate representation of color #7AA343: hue angle of 85.62º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AA343 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 163 | 67 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.36 |
| HSL | 85.62º | 0.42% | 0.45% | - |
| HSV(B) | 85.62º | 0.59% | 0.64% | - |
| XYZ | 22.14 | 30.74 | 10.08 | - |
| YUV | 139.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 67 | 0.25 | 0 | 0.59 | 0.36 | 85.62 | 0.42 | 0.45 |
| Hex | 7A | A3 | 43 | 19 | 0 | 3B | 24 | 56 | 2A | 2D |
| Octal | 172 | 243 | 103 | 31 | 0 | 73 | 44 | 126 | 52 | 55 |
| Binary | 1111010 | 10100011 | 1000011 | 11001 | 0 | 111011 | 100100 | 1010110 | 101010 | 101101 |
Color Harmonies of #7AA343
Complementary color
Monochromatic Colors of #7AA343
Black with #7AA343
Text Example
Text Example
White with #7AA343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA343; }
p { color: rgb(122,163,67); }
H1.HeaderClassName
{
color: #7AA343;
}
.AnyTagClassName
{
color: #7AA343;
}
</style>
background-color css
<style>
a { background-color: #7AA343; }
a { background-color: rgb(122,163,67); }
div.DivClassName
{
background-color: #7AA343;
}
.BgClassName
{
background-color: #7AA343;
}
</style>
border-color css
<style>
span { border-color: #7AA343; }
span { border-color: rgb(122,163,67); }
td.TdClassName
{
border-color: #7AA343;
}
.TagClassName
{
border-color: #7AA343;
}
</style>