Shades of Sushi #7BA03E
Tints of Sushi #7BA03E
RGB
CMYK
RGB Variations
Color information
#7BA03E (or 0x7BA03E) is known color: Sushi. HEX triplet: 7B, A0 and 3E. RGB value is (123,160,62). Sum of RGB (Red+Green+Blue) = 123+160+62=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA03E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA03E is #845FC1. Grayscale: #8A8A8A. Windows color (decimal): -8675266 or 4104315. OLE color: 4104315.
HSL color Cylindrical-coordinate representation of color #7BA03E: hue angle of 82.65º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BA03E is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 62 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.37 |
| HSL | 82.65º | 0.44% | 0.44% | - |
| HSV(B) | 82.65º | 0.61% | 0.63% | - |
| XYZ | 21.61 | 29.7 | 9.15 | - |
| YUV | 137.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 62 | 0.23 | 0 | 0.61 | 0.37 | 82.65 | 0.44 | 0.44 |
| Hex | 7B | A0 | 3E | 17 | 0 | 3D | 25 | 53 | 2C | 2C |
| Octal | 173 | 240 | 76 | 27 | 0 | 75 | 45 | 123 | 54 | 54 |
| Binary | 1111011 | 10100000 | 111110 | 10111 | 0 | 111101 | 100101 | 1010011 | 101100 | 101100 |
Color Harmonies of #7BA03E
Complementary color
Monochromatic Colors of #7BA03E
Black with #7BA03E
Text Example
Text Example
White with #7BA03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA03E; }
p { color: rgb(123,160,62); }
H1.HeaderClassName
{
color: #7BA03E;
}
.AnyTagClassName
{
color: #7BA03E;
}
</style>
background-color css
<style>
a { background-color: #7BA03E; }
a { background-color: rgb(123,160,62); }
div.DivClassName
{
background-color: #7BA03E;
}
.BgClassName
{
background-color: #7BA03E;
}
</style>
border-color css
<style>
span { border-color: #7BA03E; }
span { border-color: rgb(123,160,62); }
td.TdClassName
{
border-color: #7BA03E;
}
.TagClassName
{
border-color: #7BA03E;
}
</style>