Shades of Sushi #7B9723
Tints of Sushi #7B9723
RGB
CMYK
RGB Variations
Color information
#7B9723 (or 0x7B9723) is known color: Sushi. HEX triplet: 7B, 97 and 23. RGB value is (123,151,35). Sum of RGB (Red+Green+Blue) = 123+151+35=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #7B9723 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9723 is #8468DC. Grayscale: #818181. Windows color (decimal): -8677597 or 2332539. OLE color: 2332539.
HSL color Cylindrical-coordinate representation of color #7B9723: hue angle of 74.48º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B9723 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 35 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.41 |
| HSL | 74.48º | 0.62% | 0.36% | - |
| HSV(B) | 74.48º | 0.77% | 0.59% | - |
| XYZ | 19.54 | 26.47 | 5.67 | - |
| YUV | 129.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 35 | 0.19 | 0 | 0.77 | 0.41 | 74.48 | 0.62 | 0.36 |
| Hex | 7B | 97 | 23 | 13 | 0 | 4D | 29 | 4A | 3E | 24 |
| Octal | 173 | 227 | 43 | 23 | 0 | 115 | 51 | 112 | 76 | 44 |
| Binary | 1111011 | 10010111 | 100011 | 10011 | 0 | 1001101 | 101001 | 1001010 | 111110 | 100100 |
Color Harmonies of #7B9723
Complementary color
Monochromatic Colors of #7B9723
Black with #7B9723
Text Example
Text Example
White with #7B9723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9723; }
p { color: rgb(123,151,35); }
H1.HeaderClassName
{
color: #7B9723;
}
.AnyTagClassName
{
color: #7B9723;
}
</style>
background-color css
<style>
a { background-color: #7B9723; }
a { background-color: rgb(123,151,35); }
div.DivClassName
{
background-color: #7B9723;
}
.BgClassName
{
background-color: #7B9723;
}
</style>
border-color css
<style>
span { border-color: #7B9723; }
span { border-color: rgb(123,151,35); }
td.TdClassName
{
border-color: #7B9723;
}
.TagClassName
{
border-color: #7B9723;
}
</style>