Shades of Sushi #7AA543
Tints of Sushi #7AA543
RGB
CMYK
RGB Variations
Color information
#7AA543 (or 0x7AA543) is known color: Sushi. HEX triplet: 7A, A5 and 43. RGB value is (122,165,67). Sum of RGB (Red+Green+Blue) = 122+165+67=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA543 is #855ABC. Grayscale: #8D8D8D. Windows color (decimal): -8739517 or 4433274. OLE color: 4433274.
HSL color Cylindrical-coordinate representation of color #7AA543: hue angle of 86.33º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AA543 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 67 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.35 |
| HSL | 86.33º | 0.42% | 0.45% | - |
| HSV(B) | 86.33º | 0.59% | 0.65% | - |
| XYZ | 22.49 | 31.45 | 10.2 | - |
| YUV | 140.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 67 | 0.26 | 0 | 0.59 | 0.35 | 86.33 | 0.42 | 0.45 |
| Hex | 7A | A5 | 43 | 1A | 0 | 3B | 23 | 56 | 2A | 2D |
| Octal | 172 | 245 | 103 | 32 | 0 | 73 | 43 | 126 | 52 | 55 |
| Binary | 1111010 | 10100101 | 1000011 | 11010 | 0 | 111011 | 100011 | 1010110 | 101010 | 101101 |
Color Harmonies of #7AA543
Complementary color
Monochromatic Colors of #7AA543
Black with #7AA543
Text Example
Text Example
White with #7AA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA543; }
p { color: rgb(122,165,67); }
H1.HeaderClassName
{
color: #7AA543;
}
.AnyTagClassName
{
color: #7AA543;
}
</style>
background-color css
<style>
a { background-color: #7AA543; }
a { background-color: rgb(122,165,67); }
div.DivClassName
{
background-color: #7AA543;
}
.BgClassName
{
background-color: #7AA543;
}
</style>
border-color css
<style>
span { border-color: #7AA543; }
span { border-color: rgb(122,165,67); }
td.TdClassName
{
border-color: #7AA543;
}
.TagClassName
{
border-color: #7AA543;
}
</style>