Shades of Sushi #7AB43B
Tints of Sushi #7AB43B
RGB
CMYK
RGB Variations
Color information
#7AB43B (or 0x7AB43B) is known color: Sushi. HEX triplet: 7A, B4 and 3B. RGB value is (122,180,59). Sum of RGB (Red+Green+Blue) = 122+180+59=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB43B is #854BC4. Grayscale: #959595. Windows color (decimal): -8735685 or 3912826. OLE color: 3912826.
HSL color Cylindrical-coordinate representation of color #7AB43B: hue angle of 88.76º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7AB43B is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 59 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.29 |
| HSL | 88.76º | 0.51% | 0.47% | - |
| HSV(B) | 88.76º | 0.67% | 0.71% | - |
| XYZ | 25.14 | 37.1 | 9.97 | - |
| YUV | 148.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 59 | 0.32 | 0 | 0.67 | 0.29 | 88.76 | 0.51 | 0.47 |
| Hex | 7A | B4 | 3B | 20 | 0 | 43 | 1D | 59 | 33 | 2F |
| Octal | 172 | 264 | 73 | 40 | 0 | 103 | 35 | 131 | 63 | 57 |
| Binary | 1111010 | 10110100 | 111011 | 100000 | 0 | 1000011 | 11101 | 1011001 | 110011 | 101111 |
Color Harmonies of #7AB43B
Complementary color
Monochromatic Colors of #7AB43B
Black with #7AB43B
Text Example
Text Example
White with #7AB43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB43B; }
p { color: rgb(122,180,59); }
H1.HeaderClassName
{
color: #7AB43B;
}
.AnyTagClassName
{
color: #7AB43B;
}
</style>
background-color css
<style>
a { background-color: #7AB43B; }
a { background-color: rgb(122,180,59); }
div.DivClassName
{
background-color: #7AB43B;
}
.BgClassName
{
background-color: #7AB43B;
}
</style>
border-color css
<style>
span { border-color: #7AB43B; }
span { border-color: rgb(122,180,59); }
td.TdClassName
{
border-color: #7AB43B;
}
.TagClassName
{
border-color: #7AB43B;
}
</style>