Shades of Sushi #7BA843
Tints of Sushi #7BA843
RGB
CMYK
RGB Variations
Color information
#7BA843 (or 0x7BA843) is known color: Sushi. HEX triplet: 7B, A8 and 43. RGB value is (123,168,67). Sum of RGB (Red+Green+Blue) = 123+168+67=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA843 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA843 is #8457BC. Grayscale: #8F8F8F. Windows color (decimal): -8673213 or 4434043. OLE color: 4434043.
HSL color Cylindrical-coordinate representation of color #7BA843: hue angle of 86.73º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7BA843 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 168 | 67 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.34 |
| HSL | 86.73º | 0.43% | 0.46% | - |
| HSV(B) | 86.73º | 0.6% | 0.66% | - |
| XYZ | 23.18 | 32.62 | 10.38 | - |
| YUV | 143.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 67 | 0.27 | 0 | 0.60 | 0.34 | 86.73 | 0.43 | 0.46 |
| Hex | 7B | A8 | 43 | 1B | 0 | 3C | 22 | 57 | 2B | 2E |
| Octal | 173 | 250 | 103 | 33 | 0 | 74 | 42 | 127 | 53 | 56 |
| Binary | 1111011 | 10101000 | 1000011 | 11011 | 0 | 111100 | 100010 | 1010111 | 101011 | 101110 |
Color Harmonies of #7BA843
Complementary color
Monochromatic Colors of #7BA843
Black with #7BA843
Text Example
Text Example
White with #7BA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA843; }
p { color: rgb(123,168,67); }
H1.HeaderClassName
{
color: #7BA843;
}
.AnyTagClassName
{
color: #7BA843;
}
</style>
background-color css
<style>
a { background-color: #7BA843; }
a { background-color: rgb(123,168,67); }
div.DivClassName
{
background-color: #7BA843;
}
.BgClassName
{
background-color: #7BA843;
}
</style>
border-color css
<style>
span { border-color: #7BA843; }
span { border-color: rgb(123,168,67); }
td.TdClassName
{
border-color: #7BA843;
}
.TagClassName
{
border-color: #7BA843;
}
</style>