Shades of Sushi #7BA932
Tints of Sushi #7BA932
RGB
CMYK
RGB Variations
Color information
#7BA932 (or 0x7BA932) is known color: Sushi. HEX triplet: 7B, A9 and 32. RGB value is (123,169,50). Sum of RGB (Red+Green+Blue) = 123+169+50=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA932 is #8456CD. Grayscale: #8E8E8E. Windows color (decimal): -8672974 or 3320187. OLE color: 3320187.
HSL color Cylindrical-coordinate representation of color #7BA932: hue angle of 83.19º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7BA932 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 50 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.34 |
| HSL | 83.19º | 0.54% | 0.43% | - |
| HSV(B) | 83.19º | 0.7% | 0.66% | - |
| XYZ | 22.93 | 32.82 | 8.14 | - |
| YUV | 141.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 50 | 0.27 | 0 | 0.70 | 0.34 | 83.19 | 0.54 | 0.43 |
| Hex | 7B | A9 | 32 | 1B | 0 | 46 | 22 | 53 | 36 | 2B |
| Octal | 173 | 251 | 62 | 33 | 0 | 106 | 42 | 123 | 66 | 53 |
| Binary | 1111011 | 10101001 | 110010 | 11011 | 0 | 1000110 | 100010 | 1010011 | 110110 | 101011 |
Color Harmonies of #7BA932
Complementary color
Monochromatic Colors of #7BA932
Black with #7BA932
Text Example
Text Example
White with #7BA932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA932; }
p { color: rgb(123,169,50); }
H1.HeaderClassName
{
color: #7BA932;
}
.AnyTagClassName
{
color: #7BA932;
}
</style>
background-color css
<style>
a { background-color: #7BA932; }
a { background-color: rgb(123,169,50); }
div.DivClassName
{
background-color: #7BA932;
}
.BgClassName
{
background-color: #7BA932;
}
</style>
border-color css
<style>
span { border-color: #7BA932; }
span { border-color: rgb(123,169,50); }
td.TdClassName
{
border-color: #7BA932;
}
.TagClassName
{
border-color: #7BA932;
}
</style>