Shades of Sushi #7BA731
Tints of Sushi #7BA731
RGB
CMYK
RGB Variations
Color information
#7BA731 (or 0x7BA731) is known color: Sushi. HEX triplet: 7B, A7 and 31. RGB value is (123,167,49). Sum of RGB (Red+Green+Blue) = 123+167+49=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA731 is #8458CE. Grayscale: #8C8C8C. Windows color (decimal): -8673487 or 3254139. OLE color: 3254139.
HSL color Cylindrical-coordinate representation of color #7BA731: hue angle of 82.37º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BA731 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 167 | 49 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.35 |
| HSL | 82.37º | 0.55% | 0.42% | - |
| HSV(B) | 82.37º | 0.71% | 0.65% | - |
| XYZ | 22.54 | 32.07 | 7.91 | - |
| YUV | 140.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 49 | 0.26 | 0 | 0.71 | 0.35 | 82.37 | 0.55 | 0.42 |
| Hex | 7B | A7 | 31 | 1A | 0 | 47 | 23 | 52 | 37 | 2A |
| Octal | 173 | 247 | 61 | 32 | 0 | 107 | 43 | 122 | 67 | 52 |
| Binary | 1111011 | 10100111 | 110001 | 11010 | 0 | 1000111 | 100011 | 1010010 | 110111 | 101010 |
Color Harmonies of #7BA731
Complementary color
Monochromatic Colors of #7BA731
Black with #7BA731
Text Example
Text Example
White with #7BA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA731; }
p { color: rgb(123,167,49); }
H1.HeaderClassName
{
color: #7BA731;
}
.AnyTagClassName
{
color: #7BA731;
}
</style>
background-color css
<style>
a { background-color: #7BA731; }
a { background-color: rgb(123,167,49); }
div.DivClassName
{
background-color: #7BA731;
}
.BgClassName
{
background-color: #7BA731;
}
</style>
border-color css
<style>
span { border-color: #7BA731; }
span { border-color: rgb(123,167,49); }
td.TdClassName
{
border-color: #7BA731;
}
.TagClassName
{
border-color: #7BA731;
}
</style>