Shades of Sushi #7BA931
Tints of Sushi #7BA931
RGB
CMYK
RGB Variations
Color information
#7BA931 (or 0x7BA931) is known color: Sushi. HEX triplet: 7B, A9 and 31. RGB value is (123,169,49). Sum of RGB (Red+Green+Blue) = 123+169+49=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA931 is #8456CE. Grayscale: #8D8D8D. Windows color (decimal): -8672975 or 3254651. OLE color: 3254651.
HSL color Cylindrical-coordinate representation of color #7BA931: hue angle of 83º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BA931 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 49 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.34 |
| HSL | 83º | 0.55% | 0.43% | - |
| HSV(B) | 83º | 0.71% | 0.66% | - |
| XYZ | 22.91 | 32.81 | 8.03 | - |
| YUV | 141.57 | 75.76 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 49 | 0.27 | 0 | 0.71 | 0.34 | 83 | 0.55 | 0.43 |
| Hex | 7B | A9 | 31 | 1B | 0 | 47 | 22 | 53 | 37 | 2B |
| Octal | 173 | 251 | 61 | 33 | 0 | 107 | 42 | 123 | 67 | 53 |
| Binary | 1111011 | 10101001 | 110001 | 11011 | 0 | 1000111 | 100010 | 1010011 | 110111 | 101011 |
Color Harmonies of #7BA931
Complementary color
Monochromatic Colors of #7BA931
Black with #7BA931
Text Example
Text Example
White with #7BA931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA931; }
p { color: rgb(123,169,49); }
H1.HeaderClassName
{
color: #7BA931;
}
.AnyTagClassName
{
color: #7BA931;
}
</style>
background-color css
<style>
a { background-color: #7BA931; }
a { background-color: rgb(123,169,49); }
div.DivClassName
{
background-color: #7BA931;
}
.BgClassName
{
background-color: #7BA931;
}
</style>
border-color css
<style>
span { border-color: #7BA931; }
span { border-color: rgb(123,169,49); }
td.TdClassName
{
border-color: #7BA931;
}
.TagClassName
{
border-color: #7BA931;
}
</style>