Shades of Sushi #7BAA32
Tints of Sushi #7BAA32
RGB
CMYK
RGB Variations
Color information
#7BAA32 (or 0x7BAA32) is known color: Sushi. HEX triplet: 7B, AA and 32. RGB value is (123,170,50). Sum of RGB (Red+Green+Blue) = 123+170+50=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA32 is #8455CD. Grayscale: #8E8E8E. Windows color (decimal): -8672718 or 3320443. OLE color: 3320443.
HSL color Cylindrical-coordinate representation of color #7BAA32: hue angle of 83.5º 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 #7BAA32 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 50 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.33 |
| HSL | 83.5º | 0.55% | 0.43% | - |
| HSV(B) | 83.5º | 0.71% | 0.67% | - |
| XYZ | 23.12 | 33.19 | 8.21 | - |
| YUV | 142.27 | 75.93 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 50 | 0.28 | 0 | 0.71 | 0.33 | 83.5 | 0.55 | 0.43 |
| Hex | 7B | AA | 32 | 1C | 0 | 47 | 21 | 54 | 37 | 2B |
| Octal | 173 | 252 | 62 | 34 | 0 | 107 | 41 | 124 | 67 | 53 |
| Binary | 1111011 | 10101010 | 110010 | 11100 | 0 | 1000111 | 100001 | 1010100 | 110111 | 101011 |
Color Harmonies of #7BAA32
Complementary color
Monochromatic Colors of #7BAA32
Black with #7BAA32
Text Example
Text Example
White with #7BAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA32; }
p { color: rgb(123,170,50); }
H1.HeaderClassName
{
color: #7BAA32;
}
.AnyTagClassName
{
color: #7BAA32;
}
</style>
background-color css
<style>
a { background-color: #7BAA32; }
a { background-color: rgb(123,170,50); }
div.DivClassName
{
background-color: #7BAA32;
}
.BgClassName
{
background-color: #7BAA32;
}
</style>
border-color css
<style>
span { border-color: #7BAA32; }
span { border-color: rgb(123,170,50); }
td.TdClassName
{
border-color: #7BAA32;
}
.TagClassName
{
border-color: #7BAA32;
}
</style>