Shades of Sushi #7B9523
Tints of Sushi #7B9523
RGB
CMYK
RGB Variations
Color information
#7B9523 (or 0x7B9523) is known color: Sushi. HEX triplet: 7B, 95 and 23. RGB value is (123,149,35). Sum of RGB (Red+Green+Blue) = 123+149+35=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #7B9523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9523 is #846ADC. Grayscale: #808080. Windows color (decimal): -8678109 or 2332027. OLE color: 2332027.
HSL color Cylindrical-coordinate representation of color #7B9523: hue angle of 73.68º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B9523 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 35 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.42 |
| HSL | 73.68º | 0.62% | 0.36% | - |
| HSV(B) | 73.68º | 0.77% | 0.58% | - |
| XYZ | 19.22 | 25.83 | 5.56 | - |
| YUV | 128.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 35 | 0.17 | 0 | 0.77 | 0.42 | 73.68 | 0.62 | 0.36 |
| Hex | 7B | 95 | 23 | 11 | 0 | 4D | 2A | 4A | 3E | 24 |
| Octal | 173 | 225 | 43 | 21 | 0 | 115 | 52 | 112 | 76 | 44 |
| Binary | 1111011 | 10010101 | 100011 | 10001 | 0 | 1001101 | 101010 | 1001010 | 111110 | 100100 |
Color Harmonies of #7B9523
Complementary color
Monochromatic Colors of #7B9523
Black with #7B9523
Text Example
Text Example
White with #7B9523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9523; }
p { color: rgb(123,149,35); }
H1.HeaderClassName
{
color: #7B9523;
}
.AnyTagClassName
{
color: #7B9523;
}
</style>
background-color css
<style>
a { background-color: #7B9523; }
a { background-color: rgb(123,149,35); }
div.DivClassName
{
background-color: #7B9523;
}
.BgClassName
{
background-color: #7B9523;
}
</style>
border-color css
<style>
span { border-color: #7B9523; }
span { border-color: rgb(123,149,35); }
td.TdClassName
{
border-color: #7B9523;
}
.TagClassName
{
border-color: #7B9523;
}
</style>