Shades of Sushi #7AA434
Tints of Sushi #7AA434
RGB
CMYK
RGB Variations
Color information
#7AA434 (or 0x7AA434) is known color: Sushi. HEX triplet: 7A, A4 and 34. RGB value is (122,164,52). Sum of RGB (Red+Green+Blue) = 122+164+52=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA434 is #855BCB. Grayscale: #8B8B8B. Windows color (decimal): -8739788 or 3449978. OLE color: 3449978.
HSL color Cylindrical-coordinate representation of color #7AA434: hue angle of 82.5º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AA434 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 52 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.36 |
| HSL | 82.5º | 0.52% | 0.42% | - |
| HSV(B) | 82.5º | 0.68% | 0.64% | - |
| XYZ | 21.92 | 30.94 | 8.06 | - |
| YUV | 138.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 52 | 0.26 | 0 | 0.68 | 0.36 | 82.5 | 0.52 | 0.42 |
| Hex | 7A | A4 | 34 | 1A | 0 | 44 | 24 | 52 | 34 | 2A |
| Octal | 172 | 244 | 64 | 32 | 0 | 104 | 44 | 122 | 64 | 52 |
| Binary | 1111010 | 10100100 | 110100 | 11010 | 0 | 1000100 | 100100 | 1010010 | 110100 | 101010 |
Color Harmonies of #7AA434
Complementary color
Monochromatic Colors of #7AA434
Black with #7AA434
Text Example
Text Example
White with #7AA434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA434; }
p { color: rgb(122,164,52); }
H1.HeaderClassName
{
color: #7AA434;
}
.AnyTagClassName
{
color: #7AA434;
}
</style>
background-color css
<style>
a { background-color: #7AA434; }
a { background-color: rgb(122,164,52); }
div.DivClassName
{
background-color: #7AA434;
}
.BgClassName
{
background-color: #7AA434;
}
</style>
border-color css
<style>
span { border-color: #7AA434; }
span { border-color: rgb(122,164,52); }
td.TdClassName
{
border-color: #7AA434;
}
.TagClassName
{
border-color: #7AA434;
}
</style>