Shades of Sushi #7B9A28
Tints of Sushi #7B9A28
RGB
CMYK
RGB Variations
Color information
#7B9A28 (or 0x7B9A28) is known color: Sushi. HEX triplet: 7B, 9A and 28. RGB value is (123,154,40). Sum of RGB (Red+Green+Blue) = 123+154+40=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #7B9A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9A28 is #8465D7. Grayscale: #848484. Windows color (decimal): -8676824 or 2660987. OLE color: 2660987.
HSL color Cylindrical-coordinate representation of color #7B9A28: hue angle of 76.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B9A28 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 154 | 40 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.40 |
| HSL | 76.32º | 0.59% | 0.38% | - |
| HSV(B) | 76.32º | 0.74% | 0.6% | - |
| XYZ | 20.11 | 27.48 | 6.25 | - |
| YUV | 131.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 40 | 0.20 | 0 | 0.74 | 0.40 | 76.32 | 0.59 | 0.38 |
| Hex | 7B | 9A | 28 | 14 | 0 | 4A | 28 | 4C | 3B | 26 |
| Octal | 173 | 232 | 50 | 24 | 0 | 112 | 50 | 114 | 73 | 46 |
| Binary | 1111011 | 10011010 | 101000 | 10100 | 0 | 1001010 | 101000 | 1001100 | 111011 | 100110 |
Color Harmonies of #7B9A28
Complementary color
Monochromatic Colors of #7B9A28
Black with #7B9A28
Text Example
Text Example
White with #7B9A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9A28; }
p { color: rgb(123,154,40); }
H1.HeaderClassName
{
color: #7B9A28;
}
.AnyTagClassName
{
color: #7B9A28;
}
</style>
background-color css
<style>
a { background-color: #7B9A28; }
a { background-color: rgb(123,154,40); }
div.DivClassName
{
background-color: #7B9A28;
}
.BgClassName
{
background-color: #7B9A28;
}
</style>
border-color css
<style>
span { border-color: #7B9A28; }
span { border-color: rgb(123,154,40); }
td.TdClassName
{
border-color: #7B9A28;
}
.TagClassName
{
border-color: #7B9A28;
}
</style>