Shades of Sushi #7AB43C
Tints of Sushi #7AB43C
RGB
CMYK
RGB Variations
Color information
#7AB43C (or 0x7AB43C) is known color: Sushi. HEX triplet: 7A, B4 and 3C. RGB value is (122,180,60). Sum of RGB (Red+Green+Blue) = 122+180+60=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB43C is #854BC3. Grayscale: #959595. Windows color (decimal): -8735684 or 3978362. OLE color: 3978362.
HSL color Cylindrical-coordinate representation of color #7AB43C: hue angle of 89º degrees, saturation: 0.5, 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 #7AB43C is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 60 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.29 |
| HSL | 89º | 0.5% | 0.47% | - |
| HSV(B) | 89º | 0.67% | 0.71% | - |
| XYZ | 25.16 | 37.11 | 10.11 | - |
| YUV | 148.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 60 | 0.32 | 0 | 0.67 | 0.29 | 89 | 0.5 | 0.47 |
| Hex | 7A | B4 | 3C | 20 | 0 | 43 | 1D | 59 | 32 | 2F |
| Octal | 172 | 264 | 74 | 40 | 0 | 103 | 35 | 131 | 62 | 57 |
| Binary | 1111010 | 10110100 | 111100 | 100000 | 0 | 1000011 | 11101 | 1011001 | 110010 | 101111 |
Color Harmonies of #7AB43C
Complementary color
Monochromatic Colors of #7AB43C
Black with #7AB43C
Text Example
Text Example
White with #7AB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB43C; }
p { color: rgb(122,180,60); }
H1.HeaderClassName
{
color: #7AB43C;
}
.AnyTagClassName
{
color: #7AB43C;
}
</style>
background-color css
<style>
a { background-color: #7AB43C; }
a { background-color: rgb(122,180,60); }
div.DivClassName
{
background-color: #7AB43C;
}
.BgClassName
{
background-color: #7AB43C;
}
</style>
border-color css
<style>
span { border-color: #7AB43C; }
span { border-color: rgb(122,180,60); }
td.TdClassName
{
border-color: #7AB43C;
}
.TagClassName
{
border-color: #7AB43C;
}
</style>