Shades of Sushi #7BA041
Tints of Sushi #7BA041
RGB
CMYK
RGB Variations
Color information
#7BA041 (or 0x7BA041) is known color: Sushi. HEX triplet: 7B, A0 and 41. RGB value is (123,160,65). Sum of RGB (Red+Green+Blue) = 123+160+65=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA041 is #845FBE. Grayscale: #8A8A8A. Windows color (decimal): -8675263 or 4300923. OLE color: 4300923.
HSL color Cylindrical-coordinate representation of color #7BA041: hue angle of 83.37º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7BA041 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 65 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.37 |
| HSL | 83.37º | 0.42% | 0.44% | - |
| HSV(B) | 83.37º | 0.59% | 0.63% | - |
| XYZ | 21.69 | 29.73 | 9.6 | - |
| YUV | 138.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 65 | 0.23 | 0 | 0.59 | 0.37 | 83.37 | 0.42 | 0.44 |
| Hex | 7B | A0 | 41 | 17 | 0 | 3B | 25 | 53 | 2A | 2C |
| Octal | 173 | 240 | 101 | 27 | 0 | 73 | 45 | 123 | 52 | 54 |
| Binary | 1111011 | 10100000 | 1000001 | 10111 | 0 | 111011 | 100101 | 1010011 | 101010 | 101100 |
Color Harmonies of #7BA041
Complementary color
Monochromatic Colors of #7BA041
Black with #7BA041
Text Example
Text Example
White with #7BA041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA041; }
p { color: rgb(123,160,65); }
H1.HeaderClassName
{
color: #7BA041;
}
.AnyTagClassName
{
color: #7BA041;
}
</style>
background-color css
<style>
a { background-color: #7BA041; }
a { background-color: rgb(123,160,65); }
div.DivClassName
{
background-color: #7BA041;
}
.BgClassName
{
background-color: #7BA041;
}
</style>
border-color css
<style>
span { border-color: #7BA041; }
span { border-color: rgb(123,160,65); }
td.TdClassName
{
border-color: #7BA041;
}
.TagClassName
{
border-color: #7BA041;
}
</style>