Shades of Sushi #7BA644
Tints of Sushi #7BA644
RGB
CMYK
RGB Variations
Color information
#7BA644 (or 0x7BA644) is known color: Sushi. HEX triplet: 7B, A6 and 44. RGB value is (123,166,68). Sum of RGB (Red+Green+Blue) = 123+166+68=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA644 is #8459BB. Grayscale: #8E8E8E. Windows color (decimal): -8673724 or 4499067. OLE color: 4499067.
HSL color Cylindrical-coordinate representation of color #7BA644: hue angle of 86.33º 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 #7BA644 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 68 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.35 |
| HSL | 86.33º | 0.42% | 0.46% | - |
| HSV(B) | 86.33º | 0.59% | 0.65% | - |
| XYZ | 22.85 | 31.9 | 10.42 | - |
| YUV | 141.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 68 | 0.26 | 0 | 0.59 | 0.35 | 86.33 | 0.42 | 0.46 |
| Hex | 7B | A6 | 44 | 1A | 0 | 3B | 23 | 56 | 2A | 2E |
| Octal | 173 | 246 | 104 | 32 | 0 | 73 | 43 | 126 | 52 | 56 |
| Binary | 1111011 | 10100110 | 1000100 | 11010 | 0 | 111011 | 100011 | 1010110 | 101010 | 101110 |
Color Harmonies of #7BA644
Complementary color
Monochromatic Colors of #7BA644
Black with #7BA644
Text Example
Text Example
White with #7BA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA644; }
p { color: rgb(123,166,68); }
H1.HeaderClassName
{
color: #7BA644;
}
.AnyTagClassName
{
color: #7BA644;
}
</style>
background-color css
<style>
a { background-color: #7BA644; }
a { background-color: rgb(123,166,68); }
div.DivClassName
{
background-color: #7BA644;
}
.BgClassName
{
background-color: #7BA644;
}
</style>
border-color css
<style>
span { border-color: #7BA644; }
span { border-color: rgb(123,166,68); }
td.TdClassName
{
border-color: #7BA644;
}
.TagClassName
{
border-color: #7BA644;
}
</style>