Shades of Sushi #7B9E41
Tints of Sushi #7B9E41
RGB
CMYK
RGB Variations
Color information
#7B9E41 (or 0x7B9E41) is known color: Sushi. HEX triplet: 7B, 9E and 41. RGB value is (123,158,65). Sum of RGB (Red+Green+Blue) = 123+158+65=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9E41 is #8461BE. Grayscale: #898989. Windows color (decimal): -8675775 or 4300411. OLE color: 4300411.
HSL color Cylindrical-coordinate representation of color #7B9E41: hue angle of 82.58º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B9E41 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 65 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.38 |
| HSL | 82.58º | 0.42% | 0.44% | - |
| HSV(B) | 82.58º | 0.59% | 0.62% | - |
| XYZ | 21.35 | 29.05 | 9.48 | - |
| YUV | 136.93 | 87.4 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 65 | 0.22 | 0 | 0.59 | 0.38 | 82.58 | 0.42 | 0.44 |
| Hex | 7B | 9E | 41 | 16 | 0 | 3B | 26 | 53 | 2A | 2C |
| Octal | 173 | 236 | 101 | 26 | 0 | 73 | 46 | 123 | 52 | 54 |
| Binary | 1111011 | 10011110 | 1000001 | 10110 | 0 | 111011 | 100110 | 1010011 | 101010 | 101100 |
Color Harmonies of #7B9E41
Complementary color
Monochromatic Colors of #7B9E41
Black with #7B9E41
Text Example
Text Example
White with #7B9E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E41; }
p { color: rgb(123,158,65); }
H1.HeaderClassName
{
color: #7B9E41;
}
.AnyTagClassName
{
color: #7B9E41;
}
</style>
background-color css
<style>
a { background-color: #7B9E41; }
a { background-color: rgb(123,158,65); }
div.DivClassName
{
background-color: #7B9E41;
}
.BgClassName
{
background-color: #7B9E41;
}
</style>
border-color css
<style>
span { border-color: #7B9E41; }
span { border-color: rgb(123,158,65); }
td.TdClassName
{
border-color: #7B9E41;
}
.TagClassName
{
border-color: #7B9E41;
}
</style>