Shades of Sushi #7BA744
Tints of Sushi #7BA744
RGB
CMYK
RGB Variations
Color information
#7BA744 (or 0x7BA744) is known color: Sushi. HEX triplet: 7B, A7 and 44. RGB value is (123,167,68). Sum of RGB (Red+Green+Blue) = 123+167+68=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA744 is #8458BB. Grayscale: #8E8E8E. Windows color (decimal): -8673468 or 4499323. OLE color: 4499323.
HSL color Cylindrical-coordinate representation of color #7BA744: hue angle of 86.67º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7BA744 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 167 | 68 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.35 |
| HSL | 86.67º | 0.42% | 0.46% | - |
| HSV(B) | 86.67º | 0.59% | 0.65% | - |
| XYZ | 23.03 | 32.27 | 10.48 | - |
| YUV | 142.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 68 | 0.26 | 0 | 0.59 | 0.35 | 86.67 | 0.42 | 0.46 |
| Hex | 7B | A7 | 44 | 1A | 0 | 3B | 23 | 57 | 2A | 2E |
| Octal | 173 | 247 | 104 | 32 | 0 | 73 | 43 | 127 | 52 | 56 |
| Binary | 1111011 | 10100111 | 1000100 | 11010 | 0 | 111011 | 100011 | 1010111 | 101010 | 101110 |
Color Harmonies of #7BA744
Complementary color
Monochromatic Colors of #7BA744
Black with #7BA744
Text Example
Text Example
White with #7BA744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA744; }
p { color: rgb(123,167,68); }
H1.HeaderClassName
{
color: #7BA744;
}
.AnyTagClassName
{
color: #7BA744;
}
</style>
background-color css
<style>
a { background-color: #7BA744; }
a { background-color: rgb(123,167,68); }
div.DivClassName
{
background-color: #7BA744;
}
.BgClassName
{
background-color: #7BA744;
}
</style>
border-color css
<style>
span { border-color: #7BA744; }
span { border-color: rgb(123,167,68); }
td.TdClassName
{
border-color: #7BA744;
}
.TagClassName
{
border-color: #7BA744;
}
</style>