Shades of Sushi #7AA52F
Tints of Sushi #7AA52F
RGB
CMYK
RGB Variations
Color information
#7AA52F (or 0x7AA52F) is known color: Sushi. HEX triplet: 7A, A5 and 2F. RGB value is (122,165,47). Sum of RGB (Red+Green+Blue) = 122+165+47=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA52F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA52F is #855AD0. Grayscale: #8B8B8B. Windows color (decimal): -8739537 or 3122554. OLE color: 3122554.
HSL color Cylindrical-coordinate representation of color #7AA52F: hue angle of 81.86º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AA52F is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 47 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.35 |
| HSL | 81.86º | 0.56% | 0.42% | - |
| HSV(B) | 81.86º | 0.72% | 0.65% | - |
| XYZ | 21.99 | 31.25 | 7.56 | - |
| YUV | 138.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 47 | 0.26 | 0 | 0.72 | 0.35 | 81.86 | 0.56 | 0.42 |
| Hex | 7A | A5 | 2F | 1A | 0 | 48 | 23 | 52 | 38 | 2A |
| Octal | 172 | 245 | 57 | 32 | 0 | 110 | 43 | 122 | 70 | 52 |
| Binary | 1111010 | 10100101 | 101111 | 11010 | 0 | 1001000 | 100011 | 1010010 | 111000 | 101010 |
Color Harmonies of #7AA52F
Complementary color
Monochromatic Colors of #7AA52F
Black with #7AA52F
Text Example
Text Example
White with #7AA52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA52F; }
p { color: rgb(122,165,47); }
H1.HeaderClassName
{
color: #7AA52F;
}
.AnyTagClassName
{
color: #7AA52F;
}
</style>
background-color css
<style>
a { background-color: #7AA52F; }
a { background-color: rgb(122,165,47); }
div.DivClassName
{
background-color: #7AA52F;
}
.BgClassName
{
background-color: #7AA52F;
}
</style>
border-color css
<style>
span { border-color: #7AA52F; }
span { border-color: rgb(122,165,47); }
td.TdClassName
{
border-color: #7AA52F;
}
.TagClassName
{
border-color: #7AA52F;
}
</style>