Shades of Sushi #7AB439
Tints of Sushi #7AB439
RGB
CMYK
RGB Variations
Color information
#7AB439 (or 0x7AB439) is known color: Sushi. HEX triplet: 7A, B4 and 39. RGB value is (122,180,57). Sum of RGB (Red+Green+Blue) = 122+180+57=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB439 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB439 is #854BC6. Grayscale: #959595. Windows color (decimal): -8735687 or 3781754. OLE color: 3781754.
HSL color Cylindrical-coordinate representation of color #7AB439: hue angle of 88.29º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AB439 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 57 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.29 |
| HSL | 88.29º | 0.52% | 0.46% | - |
| HSV(B) | 88.29º | 0.68% | 0.71% | - |
| XYZ | 25.09 | 37.08 | 9.71 | - |
| YUV | 148.64 | 76.28 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 57 | 0.32 | 0 | 0.68 | 0.29 | 88.29 | 0.52 | 0.46 |
| Hex | 7A | B4 | 39 | 20 | 0 | 44 | 1D | 58 | 34 | 2E |
| Octal | 172 | 264 | 71 | 40 | 0 | 104 | 35 | 130 | 64 | 56 |
| Binary | 1111010 | 10110100 | 111001 | 100000 | 0 | 1000100 | 11101 | 1011000 | 110100 | 101110 |
Color Harmonies of #7AB439
Complementary color
Monochromatic Colors of #7AB439
Black with #7AB439
Text Example
Text Example
White with #7AB439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB439; }
p { color: rgb(122,180,57); }
H1.HeaderClassName
{
color: #7AB439;
}
.AnyTagClassName
{
color: #7AB439;
}
</style>
background-color css
<style>
a { background-color: #7AB439; }
a { background-color: rgb(122,180,57); }
div.DivClassName
{
background-color: #7AB439;
}
.BgClassName
{
background-color: #7AB439;
}
</style>
border-color css
<style>
span { border-color: #7AB439; }
span { border-color: rgb(122,180,57); }
td.TdClassName
{
border-color: #7AB439;
}
.TagClassName
{
border-color: #7AB439;
}
</style>