Shades of Sushi #7B982C
Tints of Sushi #7B982C
RGB
CMYK
RGB Variations
Color information
#7B982C (or 0x7B982C) is known color: Sushi. HEX triplet: 7B, 98 and 2C. RGB value is (123,152,44). Sum of RGB (Red+Green+Blue) = 123+152+44=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #7B982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B982C is #8467D3. Grayscale: #838383. Windows color (decimal): -8677332 or 2922619. OLE color: 2922619.
HSL color Cylindrical-coordinate representation of color #7B982C: hue angle of 76.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B982C is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 152 | 44 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.40 |
| HSL | 76.11º | 0.55% | 0.38% | - |
| HSV(B) | 76.11º | 0.71% | 0.6% | - |
| XYZ | 19.85 | 26.85 | 6.52 | - |
| YUV | 131.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 44 | 0.19 | 0 | 0.71 | 0.40 | 76.11 | 0.55 | 0.38 |
| Hex | 7B | 98 | 2C | 13 | 0 | 47 | 28 | 4C | 37 | 26 |
| Octal | 173 | 230 | 54 | 23 | 0 | 107 | 50 | 114 | 67 | 46 |
| Binary | 1111011 | 10011000 | 101100 | 10011 | 0 | 1000111 | 101000 | 1001100 | 110111 | 100110 |
Color Harmonies of #7B982C
Complementary color
Monochromatic Colors of #7B982C
Black with #7B982C
Text Example
Text Example
White with #7B982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B982C; }
p { color: rgb(123,152,44); }
H1.HeaderClassName
{
color: #7B982C;
}
.AnyTagClassName
{
color: #7B982C;
}
</style>
background-color css
<style>
a { background-color: #7B982C; }
a { background-color: rgb(123,152,44); }
div.DivClassName
{
background-color: #7B982C;
}
.BgClassName
{
background-color: #7B982C;
}
</style>
border-color css
<style>
span { border-color: #7B982C; }
span { border-color: rgb(123,152,44); }
td.TdClassName
{
border-color: #7B982C;
}
.TagClassName
{
border-color: #7B982C;
}
</style>