Shades of Sushi #7BA52C
Tints of Sushi #7BA52C
RGB
CMYK
RGB Variations
Color information
#7BA52C (or 0x7BA52C) is known color: Sushi. HEX triplet: 7B, A5 and 2C. RGB value is (123,165,44). Sum of RGB (Red+Green+Blue) = 123+165+44=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA52C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA52C is #845AD3. Grayscale: #8B8B8B. Windows color (decimal): -8674004 or 2925947. OLE color: 2925947.
HSL color Cylindrical-coordinate representation of color #7BA52C: hue angle of 80.83º degrees, saturation: 0.58, 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 #7BA52C is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 165 | 44 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.35 |
| HSL | 80.83º | 0.58% | 0.41% | - |
| HSV(B) | 80.83º | 0.73% | 0.65% | - |
| XYZ | 22.08 | 31.3 | 7.26 | - |
| YUV | 138.65 | 74.59 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 44 | 0.25 | 0 | 0.73 | 0.35 | 80.83 | 0.58 | 0.41 |
| Hex | 7B | A5 | 2C | 19 | 0 | 49 | 23 | 51 | 3A | 29 |
| Octal | 173 | 245 | 54 | 31 | 0 | 111 | 43 | 121 | 72 | 51 |
| Binary | 1111011 | 10100101 | 101100 | 11001 | 0 | 1001001 | 100011 | 1010001 | 111010 | 101001 |
Color Harmonies of #7BA52C
Complementary color
Monochromatic Colors of #7BA52C
Black with #7BA52C
Text Example
Text Example
White with #7BA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA52C; }
p { color: rgb(123,165,44); }
H1.HeaderClassName
{
color: #7BA52C;
}
.AnyTagClassName
{
color: #7BA52C;
}
</style>
background-color css
<style>
a { background-color: #7BA52C; }
a { background-color: rgb(123,165,44); }
div.DivClassName
{
background-color: #7BA52C;
}
.BgClassName
{
background-color: #7BA52C;
}
</style>
border-color css
<style>
span { border-color: #7BA52C; }
span { border-color: rgb(123,165,44); }
td.TdClassName
{
border-color: #7BA52C;
}
.TagClassName
{
border-color: #7BA52C;
}
</style>