Shades of Sushi #7B9E43
Tints of Sushi #7B9E43
RGB
CMYK
RGB Variations
Color information
#7B9E43 (or 0x7B9E43) is known color: Sushi. HEX triplet: 7B, 9E and 43. RGB value is (123,158,67). Sum of RGB (Red+Green+Blue) = 123+158+67=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9E43 is #8461BC. Grayscale: #898989. Windows color (decimal): -8675773 or 4431483. OLE color: 4431483.
HSL color Cylindrical-coordinate representation of color #7B9E43: hue angle of 83.08º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B9E43 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 67 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.38 |
| HSL | 83.08º | 0.4% | 0.44% | - |
| HSV(B) | 83.08º | 0.58% | 0.62% | - |
| XYZ | 21.41 | 29.07 | 9.79 | - |
| YUV | 137.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 67 | 0.22 | 0 | 0.58 | 0.38 | 83.08 | 0.4 | 0.44 |
| Hex | 7B | 9E | 43 | 16 | 0 | 3A | 26 | 53 | 28 | 2C |
| Octal | 173 | 236 | 103 | 26 | 0 | 72 | 46 | 123 | 50 | 54 |
| Binary | 1111011 | 10011110 | 1000011 | 10110 | 0 | 111010 | 100110 | 1010011 | 101000 | 101100 |
Color Harmonies of #7B9E43
Complementary color
Monochromatic Colors of #7B9E43
Black with #7B9E43
Text Example
Text Example
White with #7B9E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E43; }
p { color: rgb(123,158,67); }
H1.HeaderClassName
{
color: #7B9E43;
}
.AnyTagClassName
{
color: #7B9E43;
}
</style>
background-color css
<style>
a { background-color: #7B9E43; }
a { background-color: rgb(123,158,67); }
div.DivClassName
{
background-color: #7B9E43;
}
.BgClassName
{
background-color: #7B9E43;
}
</style>
border-color css
<style>
span { border-color: #7B9E43; }
span { border-color: rgb(123,158,67); }
td.TdClassName
{
border-color: #7B9E43;
}
.TagClassName
{
border-color: #7B9E43;
}
</style>