Shades of Sushi #7BA02E
Tints of Sushi #7BA02E
RGB
CMYK
RGB Variations
Color information
#7BA02E (or 0x7BA02E) is known color: Sushi. HEX triplet: 7B, A0 and 2E. RGB value is (123,160,46). Sum of RGB (Red+Green+Blue) = 123+160+46=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA02E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA02E is #845FD1. Grayscale: #888888. Windows color (decimal): -8675282 or 3055739. OLE color: 3055739.
HSL color Cylindrical-coordinate representation of color #7BA02E: hue angle of 79.47º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BA02E is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 46 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.37 |
| HSL | 79.47º | 0.55% | 0.4% | - |
| HSV(B) | 79.47º | 0.71% | 0.63% | - |
| XYZ | 21.23 | 29.55 | 7.17 | - |
| YUV | 135.94 | 77.24 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 46 | 0.23 | 0 | 0.71 | 0.37 | 79.47 | 0.55 | 0.4 |
| Hex | 7B | A0 | 2E | 17 | 0 | 47 | 25 | 4F | 37 | 28 |
| Octal | 173 | 240 | 56 | 27 | 0 | 107 | 45 | 117 | 67 | 50 |
| Binary | 1111011 | 10100000 | 101110 | 10111 | 0 | 1000111 | 100101 | 1001111 | 110111 | 101000 |
Color Harmonies of #7BA02E
Complementary color
Monochromatic Colors of #7BA02E
Black with #7BA02E
Text Example
Text Example
White with #7BA02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA02E; }
p { color: rgb(123,160,46); }
H1.HeaderClassName
{
color: #7BA02E;
}
.AnyTagClassName
{
color: #7BA02E;
}
</style>
background-color css
<style>
a { background-color: #7BA02E; }
a { background-color: rgb(123,160,46); }
div.DivClassName
{
background-color: #7BA02E;
}
.BgClassName
{
background-color: #7BA02E;
}
</style>
border-color css
<style>
span { border-color: #7BA02E; }
span { border-color: rgb(123,160,46); }
td.TdClassName
{
border-color: #7BA02E;
}
.TagClassName
{
border-color: #7BA02E;
}
</style>