Shades of Sushi #7BAA39
Tints of Sushi #7BAA39
RGB
CMYK
RGB Variations
Color information
#7BAA39 (or 0x7BAA39) is known color: Sushi. HEX triplet: 7B, AA and 39. RGB value is (123,170,57). Sum of RGB (Red+Green+Blue) = 123+170+57=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA39 is #8455C6. Grayscale: #8F8F8F. Windows color (decimal): -8672711 or 3779195. OLE color: 3779195.
HSL color Cylindrical-coordinate representation of color #7BAA39: hue angle of 84.96º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BAA39 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 57 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.33 |
| HSL | 84.96º | 0.5% | 0.45% | - |
| HSV(B) | 84.96º | 0.66% | 0.67% | - |
| XYZ | 23.28 | 33.26 | 9.06 | - |
| YUV | 143.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 57 | 0.28 | 0 | 0.66 | 0.33 | 84.96 | 0.5 | 0.45 |
| Hex | 7B | AA | 39 | 1C | 0 | 42 | 21 | 55 | 32 | 2D |
| Octal | 173 | 252 | 71 | 34 | 0 | 102 | 41 | 125 | 62 | 55 |
| Binary | 1111011 | 10101010 | 111001 | 11100 | 0 | 1000010 | 100001 | 1010101 | 110010 | 101101 |
Color Harmonies of #7BAA39
Complementary color
Monochromatic Colors of #7BAA39
Black with #7BAA39
Text Example
Text Example
White with #7BAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA39; }
p { color: rgb(123,170,57); }
H1.HeaderClassName
{
color: #7BAA39;
}
.AnyTagClassName
{
color: #7BAA39;
}
</style>
background-color css
<style>
a { background-color: #7BAA39; }
a { background-color: rgb(123,170,57); }
div.DivClassName
{
background-color: #7BAA39;
}
.BgClassName
{
background-color: #7BAA39;
}
</style>
border-color css
<style>
span { border-color: #7BAA39; }
span { border-color: rgb(123,170,57); }
td.TdClassName
{
border-color: #7BAA39;
}
.TagClassName
{
border-color: #7BAA39;
}
</style>