Shades of Sushi #7BA62B
Tints of Sushi #7BA62B
RGB
CMYK
RGB Variations
Color information
#7BA62B (or 0x7BA62B) is known color: Sushi. HEX triplet: 7B, A6 and 2B. RGB value is (123,166,43). Sum of RGB (Red+Green+Blue) = 123+166+43=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA62B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA62B is #8459D4. Grayscale: #8B8B8B. Windows color (decimal): -8673749 or 2860667. OLE color: 2860667.
HSL color Cylindrical-coordinate representation of color #7BA62B: hue angle of 80.98º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7BA62B is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 43 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.35 |
| HSL | 80.98º | 0.59% | 0.41% | - |
| HSV(B) | 80.98º | 0.74% | 0.65% | - |
| XYZ | 22.24 | 31.66 | 7.22 | - |
| YUV | 139.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 43 | 0.26 | 0 | 0.74 | 0.35 | 80.98 | 0.59 | 0.41 |
| Hex | 7B | A6 | 2B | 1A | 0 | 4A | 23 | 51 | 3B | 29 |
| Octal | 173 | 246 | 53 | 32 | 0 | 112 | 43 | 121 | 73 | 51 |
| Binary | 1111011 | 10100110 | 101011 | 11010 | 0 | 1001010 | 100011 | 1010001 | 111011 | 101001 |
Color Harmonies of #7BA62B
Complementary color
Monochromatic Colors of #7BA62B
Black with #7BA62B
Text Example
Text Example
White with #7BA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA62B; }
p { color: rgb(123,166,43); }
H1.HeaderClassName
{
color: #7BA62B;
}
.AnyTagClassName
{
color: #7BA62B;
}
</style>
background-color css
<style>
a { background-color: #7BA62B; }
a { background-color: rgb(123,166,43); }
div.DivClassName
{
background-color: #7BA62B;
}
.BgClassName
{
background-color: #7BA62B;
}
</style>
border-color css
<style>
span { border-color: #7BA62B; }
span { border-color: rgb(123,166,43); }
td.TdClassName
{
border-color: #7BA62B;
}
.TagClassName
{
border-color: #7BA62B;
}
</style>