Shades of Sushi #7BA741
Tints of Sushi #7BA741
RGB
CMYK
RGB Variations
Color information
#7BA741 (or 0x7BA741) is known color: Sushi. HEX triplet: 7B, A7 and 41. RGB value is (123,167,65). Sum of RGB (Red+Green+Blue) = 123+167+65=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA741 is #8458BE. Grayscale: #8E8E8E. Windows color (decimal): -8673471 or 4302715. OLE color: 4302715.
HSL color Cylindrical-coordinate representation of color #7BA741: hue angle of 85.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BA741 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 167 | 65 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.35 |
| HSL | 85.88º | 0.44% | 0.45% | - |
| HSV(B) | 85.88º | 0.61% | 0.65% | - |
| XYZ | 22.94 | 32.23 | 10.01 | - |
| YUV | 142.22 | 84.42 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 65 | 0.26 | 0 | 0.61 | 0.35 | 85.88 | 0.44 | 0.45 |
| Hex | 7B | A7 | 41 | 1A | 0 | 3D | 23 | 56 | 2C | 2D |
| Octal | 173 | 247 | 101 | 32 | 0 | 75 | 43 | 126 | 54 | 55 |
| Binary | 1111011 | 10100111 | 1000001 | 11010 | 0 | 111101 | 100011 | 1010110 | 101100 | 101101 |
Color Harmonies of #7BA741
Complementary color
Monochromatic Colors of #7BA741
Black with #7BA741
Text Example
Text Example
White with #7BA741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA741; }
p { color: rgb(123,167,65); }
H1.HeaderClassName
{
color: #7BA741;
}
.AnyTagClassName
{
color: #7BA741;
}
</style>
background-color css
<style>
a { background-color: #7BA741; }
a { background-color: rgb(123,167,65); }
div.DivClassName
{
background-color: #7BA741;
}
.BgClassName
{
background-color: #7BA741;
}
</style>
border-color css
<style>
span { border-color: #7BA741; }
span { border-color: rgb(123,167,65); }
td.TdClassName
{
border-color: #7BA741;
}
.TagClassName
{
border-color: #7BA741;
}
</style>