Shades of Sushi #7BA62D
Tints of Sushi #7BA62D
RGB
CMYK
RGB Variations
Color information
#7BA62D (or 0x7BA62D) is known color: Sushi. HEX triplet: 7B, A6 and 2D. RGB value is (123,166,45). Sum of RGB (Red+Green+Blue) = 123+166+45=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA62D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA62D is #8459D2. Grayscale: #8B8B8B. Windows color (decimal): -8673747 or 2991739. OLE color: 2991739.
HSL color Cylindrical-coordinate representation of color #7BA62D: hue angle of 81.32º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7BA62D is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 166 | 45 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.35 |
| HSL | 81.32º | 0.57% | 0.41% | - |
| HSV(B) | 81.32º | 0.73% | 0.65% | - |
| XYZ | 22.28 | 31.67 | 7.42 | - |
| YUV | 139.35 | 74.75 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 45 | 0.26 | 0 | 0.73 | 0.35 | 81.32 | 0.57 | 0.41 |
| Hex | 7B | A6 | 2D | 1A | 0 | 49 | 23 | 51 | 39 | 29 |
| Octal | 173 | 246 | 55 | 32 | 0 | 111 | 43 | 121 | 71 | 51 |
| Binary | 1111011 | 10100110 | 101101 | 11010 | 0 | 1001001 | 100011 | 1010001 | 111001 | 101001 |
Color Harmonies of #7BA62D
Complementary color
Monochromatic Colors of #7BA62D
Black with #7BA62D
Text Example
Text Example
White with #7BA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA62D; }
p { color: rgb(123,166,45); }
H1.HeaderClassName
{
color: #7BA62D;
}
.AnyTagClassName
{
color: #7BA62D;
}
</style>
background-color css
<style>
a { background-color: #7BA62D; }
a { background-color: rgb(123,166,45); }
div.DivClassName
{
background-color: #7BA62D;
}
.BgClassName
{
background-color: #7BA62D;
}
</style>
border-color css
<style>
span { border-color: #7BA62D; }
span { border-color: rgb(123,166,45); }
td.TdClassName
{
border-color: #7BA62D;
}
.TagClassName
{
border-color: #7BA62D;
}
</style>