Shades of Sushi #7BAA42
Tints of Sushi #7BAA42
RGB
CMYK
RGB Variations
Color information
#7BAA42 (or 0x7BAA42) is known color: Sushi. HEX triplet: 7B, AA and 42. RGB value is (123,170,66). Sum of RGB (Red+Green+Blue) = 123+170+66=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA42 is #8455BD. Grayscale: #909090. Windows color (decimal): -8672702 or 4369019. OLE color: 4369019.
HSL color Cylindrical-coordinate representation of color #7BAA42: hue angle of 87.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BAA42 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 66 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.33 |
| HSL | 87.12º | 0.44% | 0.46% | - |
| HSV(B) | 87.12º | 0.61% | 0.67% | - |
| XYZ | 23.53 | 33.35 | 10.35 | - |
| YUV | 144.09 | 83.93 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 66 | 0.28 | 0 | 0.61 | 0.33 | 87.12 | 0.44 | 0.46 |
| Hex | 7B | AA | 42 | 1C | 0 | 3D | 21 | 57 | 2C | 2E |
| Octal | 173 | 252 | 102 | 34 | 0 | 75 | 41 | 127 | 54 | 56 |
| Binary | 1111011 | 10101010 | 1000010 | 11100 | 0 | 111101 | 100001 | 1010111 | 101100 | 101110 |
Color Harmonies of #7BAA42
Complementary color
Monochromatic Colors of #7BAA42
Black with #7BAA42
Text Example
Text Example
White with #7BAA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA42; }
p { color: rgb(123,170,66); }
H1.HeaderClassName
{
color: #7BAA42;
}
.AnyTagClassName
{
color: #7BAA42;
}
</style>
background-color css
<style>
a { background-color: #7BAA42; }
a { background-color: rgb(123,170,66); }
div.DivClassName
{
background-color: #7BAA42;
}
.BgClassName
{
background-color: #7BAA42;
}
</style>
border-color css
<style>
span { border-color: #7BAA42; }
span { border-color: rgb(123,170,66); }
td.TdClassName
{
border-color: #7BAA42;
}
.TagClassName
{
border-color: #7BAA42;
}
</style>