Shades of Sushi #7BAA2F
Tints of Sushi #7BAA2F
RGB
CMYK
RGB Variations
Color information
#7BAA2F (or 0x7BAA2F) is known color: Sushi. HEX triplet: 7B, AA and 2F. RGB value is (123,170,47). Sum of RGB (Red+Green+Blue) = 123+170+47=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA2F is #8455D0. Grayscale: #8E8E8E. Windows color (decimal): -8672721 or 3123835. OLE color: 3123835.
HSL color Cylindrical-coordinate representation of color #7BAA2F: hue angle of 82.93º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BAA2F is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 47 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.33 |
| HSL | 82.93º | 0.57% | 0.43% | - |
| HSV(B) | 82.93º | 0.72% | 0.67% | - |
| XYZ | 23.06 | 33.17 | 7.88 | - |
| YUV | 141.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 47 | 0.28 | 0 | 0.72 | 0.33 | 82.93 | 0.57 | 0.43 |
| Hex | 7B | AA | 2F | 1C | 0 | 48 | 21 | 53 | 39 | 2B |
| Octal | 173 | 252 | 57 | 34 | 0 | 110 | 41 | 123 | 71 | 53 |
| Binary | 1111011 | 10101010 | 101111 | 11100 | 0 | 1001000 | 100001 | 1010011 | 111001 | 101011 |
Color Harmonies of #7BAA2F
Complementary color
Monochromatic Colors of #7BAA2F
Black with #7BAA2F
Text Example
Text Example
White with #7BAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA2F; }
p { color: rgb(123,170,47); }
H1.HeaderClassName
{
color: #7BAA2F;
}
.AnyTagClassName
{
color: #7BAA2F;
}
</style>
background-color css
<style>
a { background-color: #7BAA2F; }
a { background-color: rgb(123,170,47); }
div.DivClassName
{
background-color: #7BAA2F;
}
.BgClassName
{
background-color: #7BAA2F;
}
</style>
border-color css
<style>
span { border-color: #7BAA2F; }
span { border-color: rgb(123,170,47); }
td.TdClassName
{
border-color: #7BAA2F;
}
.TagClassName
{
border-color: #7BAA2F;
}
</style>