Shades of Sushi #7B9E28
Tints of Sushi #7B9E28
RGB
CMYK
RGB Variations
Color information
#7B9E28 (or 0x7B9E28) is known color: Sushi. HEX triplet: 7B, 9E and 28. RGB value is (123,158,40). Sum of RGB (Red+Green+Blue) = 123+158+40=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9E28 is #8461D7. Grayscale: #868686. Windows color (decimal): -8675800 or 2662011. OLE color: 2662011.
HSL color Cylindrical-coordinate representation of color #7B9E28: hue angle of 77.8º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B9E28 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 40 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.38 |
| HSL | 77.8º | 0.6% | 0.39% | - |
| HSV(B) | 77.8º | 0.75% | 0.62% | - |
| XYZ | 20.78 | 28.82 | 6.47 | - |
| YUV | 134.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 40 | 0.22 | 0 | 0.75 | 0.38 | 77.8 | 0.6 | 0.39 |
| Hex | 7B | 9E | 28 | 16 | 0 | 4B | 26 | 4E | 3C | 27 |
| Octal | 173 | 236 | 50 | 26 | 0 | 113 | 46 | 116 | 74 | 47 |
| Binary | 1111011 | 10011110 | 101000 | 10110 | 0 | 1001011 | 100110 | 1001110 | 111100 | 100111 |
Color Harmonies of #7B9E28
Complementary color
Monochromatic Colors of #7B9E28
Black with #7B9E28
Text Example
Text Example
White with #7B9E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E28; }
p { color: rgb(123,158,40); }
H1.HeaderClassName
{
color: #7B9E28;
}
.AnyTagClassName
{
color: #7B9E28;
}
</style>
background-color css
<style>
a { background-color: #7B9E28; }
a { background-color: rgb(123,158,40); }
div.DivClassName
{
background-color: #7B9E28;
}
.BgClassName
{
background-color: #7B9E28;
}
</style>
border-color css
<style>
span { border-color: #7B9E28; }
span { border-color: rgb(123,158,40); }
td.TdClassName
{
border-color: #7B9E28;
}
.TagClassName
{
border-color: #7B9E28;
}
</style>