Shades of Sushi #7BA03A
Tints of Sushi #7BA03A
RGB
CMYK
RGB Variations
Color information
#7BA03A (or 0x7BA03A) is known color: Sushi. HEX triplet: 7B, A0 and 3A. RGB value is (123,160,58). Sum of RGB (Red+Green+Blue) = 123+160+58=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA03A is #845FC5. Grayscale: #898989. Windows color (decimal): -8675270 or 3842171. OLE color: 3842171.
HSL color Cylindrical-coordinate representation of color #7BA03A: hue angle of 81.76º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7BA03A is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 58 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.37 |
| HSL | 81.76º | 0.47% | 0.43% | - |
| HSV(B) | 81.76º | 0.64% | 0.63% | - |
| XYZ | 21.5 | 29.66 | 8.59 | - |
| YUV | 137.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 58 | 0.23 | 0 | 0.64 | 0.37 | 81.76 | 0.47 | 0.43 |
| Hex | 7B | A0 | 3A | 17 | 0 | 40 | 25 | 52 | 2F | 2B |
| Octal | 173 | 240 | 72 | 27 | 0 | 100 | 45 | 122 | 57 | 53 |
| Binary | 1111011 | 10100000 | 111010 | 10111 | 0 | 1000000 | 100101 | 1010010 | 101111 | 101011 |
Color Harmonies of #7BA03A
Complementary color
Monochromatic Colors of #7BA03A
Black with #7BA03A
Text Example
Text Example
White with #7BA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA03A; }
p { color: rgb(123,160,58); }
H1.HeaderClassName
{
color: #7BA03A;
}
.AnyTagClassName
{
color: #7BA03A;
}
</style>
background-color css
<style>
a { background-color: #7BA03A; }
a { background-color: rgb(123,160,58); }
div.DivClassName
{
background-color: #7BA03A;
}
.BgClassName
{
background-color: #7BA03A;
}
</style>
border-color css
<style>
span { border-color: #7BA03A; }
span { border-color: rgb(123,160,58); }
td.TdClassName
{
border-color: #7BA03A;
}
.TagClassName
{
border-color: #7BA03A;
}
</style>