Shades of Sushi #7AB53C
Tints of Sushi #7AB53C
RGB
CMYK
RGB Variations
Color information
#7AB53C (or 0x7AB53C) is known color: Sushi. HEX triplet: 7A, B5 and 3C. RGB value is (122,181,60). Sum of RGB (Red+Green+Blue) = 122+181+60=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB53C is #854AC3. Grayscale: #959595. Windows color (decimal): -8735428 or 3978618. OLE color: 3978618.
HSL color Cylindrical-coordinate representation of color #7AB53C: hue angle of 89.26º 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 #7AB53C is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 60 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.29 |
| HSL | 89.26º | 0.5% | 0.47% | - |
| HSV(B) | 89.26º | 0.67% | 0.71% | - |
| XYZ | 25.37 | 37.51 | 10.18 | - |
| YUV | 149.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 60 | 0.33 | 0 | 0.67 | 0.29 | 89.26 | 0.5 | 0.47 |
| Hex | 7A | B5 | 3C | 21 | 0 | 43 | 1D | 59 | 32 | 2F |
| Octal | 172 | 265 | 74 | 41 | 0 | 103 | 35 | 131 | 62 | 57 |
| Binary | 1111010 | 10110101 | 111100 | 100001 | 0 | 1000011 | 11101 | 1011001 | 110010 | 101111 |
Color Harmonies of #7AB53C
Complementary color
Monochromatic Colors of #7AB53C
Black with #7AB53C
Text Example
Text Example
White with #7AB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB53C; }
p { color: rgb(122,181,60); }
H1.HeaderClassName
{
color: #7AB53C;
}
.AnyTagClassName
{
color: #7AB53C;
}
</style>
background-color css
<style>
a { background-color: #7AB53C; }
a { background-color: rgb(122,181,60); }
div.DivClassName
{
background-color: #7AB53C;
}
.BgClassName
{
background-color: #7AB53C;
}
</style>
border-color css
<style>
span { border-color: #7AB53C; }
span { border-color: rgb(122,181,60); }
td.TdClassName
{
border-color: #7AB53C;
}
.TagClassName
{
border-color: #7AB53C;
}
</style>