Shades of Sushi #7B9C38
Tints of Sushi #7B9C38
RGB
CMYK
RGB Variations
Color information
#7B9C38 (or 0x7B9C38) is known color: Sushi. HEX triplet: 7B, 9C and 38. RGB value is (123,156,56). Sum of RGB (Red+Green+Blue) = 123+156+56=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #7B9C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9C38 is #8463C7. Grayscale: #878787. Windows color (decimal): -8676296 or 3710075. OLE color: 3710075.
HSL color Cylindrical-coordinate representation of color #7B9C38: hue angle of 79.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B9C38 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 156 | 56 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.39 |
| HSL | 79.8º | 0.47% | 0.42% | - |
| HSV(B) | 79.8º | 0.64% | 0.61% | - |
| XYZ | 20.77 | 28.27 | 8.1 | - |
| YUV | 134.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 56 | 0.21 | 0 | 0.64 | 0.39 | 79.8 | 0.47 | 0.42 |
| Hex | 7B | 9C | 38 | 15 | 0 | 40 | 27 | 50 | 2F | 2A |
| Octal | 173 | 234 | 70 | 25 | 0 | 100 | 47 | 120 | 57 | 52 |
| Binary | 1111011 | 10011100 | 111000 | 10101 | 0 | 1000000 | 100111 | 1010000 | 101111 | 101010 |
Color Harmonies of #7B9C38
Complementary color
Monochromatic Colors of #7B9C38
Black with #7B9C38
Text Example
Text Example
White with #7B9C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9C38; }
p { color: rgb(123,156,56); }
H1.HeaderClassName
{
color: #7B9C38;
}
.AnyTagClassName
{
color: #7B9C38;
}
</style>
background-color css
<style>
a { background-color: #7B9C38; }
a { background-color: rgb(123,156,56); }
div.DivClassName
{
background-color: #7B9C38;
}
.BgClassName
{
background-color: #7B9C38;
}
</style>
border-color css
<style>
span { border-color: #7B9C38; }
span { border-color: rgb(123,156,56); }
td.TdClassName
{
border-color: #7B9C38;
}
.TagClassName
{
border-color: #7B9C38;
}
</style>