Shades of Sushi #7BAA31
Tints of Sushi #7BAA31
RGB
CMYK
RGB Variations
Color information
#7BAA31 (or 0x7BAA31) is known color: Sushi. HEX triplet: 7B, AA and 31. RGB value is (123,170,49). Sum of RGB (Red+Green+Blue) = 123+170+49=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA31 is #8455CE. Grayscale: #8E8E8E. Windows color (decimal): -8672719 or 3254907. OLE color: 3254907.
HSL color Cylindrical-coordinate representation of color #7BAA31: hue angle of 83.31º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BAA31 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 49 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.33 |
| HSL | 83.31º | 0.55% | 0.43% | - |
| HSV(B) | 83.31º | 0.71% | 0.67% | - |
| XYZ | 23.1 | 33.18 | 8.09 | - |
| YUV | 142.15 | 75.43 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 49 | 0.28 | 0 | 0.71 | 0.33 | 83.31 | 0.55 | 0.43 |
| Hex | 7B | AA | 31 | 1C | 0 | 47 | 21 | 53 | 37 | 2B |
| Octal | 173 | 252 | 61 | 34 | 0 | 107 | 41 | 123 | 67 | 53 |
| Binary | 1111011 | 10101010 | 110001 | 11100 | 0 | 1000111 | 100001 | 1010011 | 110111 | 101011 |
Color Harmonies of #7BAA31
Complementary color
Monochromatic Colors of #7BAA31
Black with #7BAA31
Text Example
Text Example
White with #7BAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA31; }
p { color: rgb(123,170,49); }
H1.HeaderClassName
{
color: #7BAA31;
}
.AnyTagClassName
{
color: #7BAA31;
}
</style>
background-color css
<style>
a { background-color: #7BAA31; }
a { background-color: rgb(123,170,49); }
div.DivClassName
{
background-color: #7BAA31;
}
.BgClassName
{
background-color: #7BAA31;
}
</style>
border-color css
<style>
span { border-color: #7BAA31; }
span { border-color: rgb(123,170,49); }
td.TdClassName
{
border-color: #7BAA31;
}
.TagClassName
{
border-color: #7BAA31;
}
</style>