Shades of Sushi #7BAA41
Tints of Sushi #7BAA41
RGB
CMYK
RGB Variations
Color information
#7BAA41 (or 0x7BAA41) is known color: Sushi. HEX triplet: 7B, AA and 41. RGB value is (123,170,65). Sum of RGB (Red+Green+Blue) = 123+170+65=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA41 is #8455BE. Grayscale: #909090. Windows color (decimal): -8672703 or 4303483. OLE color: 4303483.
HSL color Cylindrical-coordinate representation of color #7BAA41: hue angle of 86.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7BAA41 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 65 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.33 |
| HSL | 86.86º | 0.45% | 0.46% | - |
| HSV(B) | 86.86º | 0.62% | 0.67% | - |
| XYZ | 23.5 | 33.34 | 10.2 | - |
| YUV | 143.98 | 83.43 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 65 | 0.28 | 0 | 0.62 | 0.33 | 86.86 | 0.45 | 0.46 |
| Hex | 7B | AA | 41 | 1C | 0 | 3E | 21 | 57 | 2D | 2E |
| Octal | 173 | 252 | 101 | 34 | 0 | 76 | 41 | 127 | 55 | 56 |
| Binary | 1111011 | 10101010 | 1000001 | 11100 | 0 | 111110 | 100001 | 1010111 | 101101 | 101110 |
Color Harmonies of #7BAA41
Complementary color
Monochromatic Colors of #7BAA41
Black with #7BAA41
Text Example
Text Example
White with #7BAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA41; }
p { color: rgb(123,170,65); }
H1.HeaderClassName
{
color: #7BAA41;
}
.AnyTagClassName
{
color: #7BAA41;
}
</style>
background-color css
<style>
a { background-color: #7BAA41; }
a { background-color: rgb(123,170,65); }
div.DivClassName
{
background-color: #7BAA41;
}
.BgClassName
{
background-color: #7BAA41;
}
</style>
border-color css
<style>
span { border-color: #7BAA41; }
span { border-color: rgb(123,170,65); }
td.TdClassName
{
border-color: #7BAA41;
}
.TagClassName
{
border-color: #7BAA41;
}
</style>