Shades of Sushi #7B982B
Tints of Sushi #7B982B
RGB
CMYK
RGB Variations
Color information
#7B982B (or 0x7B982B) is known color: Sushi. HEX triplet: 7B, 98 and 2B. RGB value is (123,152,43). Sum of RGB (Red+Green+Blue) = 123+152+43=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #7B982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B982B is #8467D4. Grayscale: #838383. Windows color (decimal): -8677333 or 2857083. OLE color: 2857083.
HSL color Cylindrical-coordinate representation of color #7B982B: hue angle of 75.96º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B982B is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 152 | 43 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.40 |
| HSL | 75.96º | 0.56% | 0.38% | - |
| HSV(B) | 75.96º | 0.72% | 0.6% | - |
| XYZ | 19.83 | 26.84 | 6.42 | - |
| YUV | 130.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 43 | 0.19 | 0 | 0.72 | 0.40 | 75.96 | 0.56 | 0.38 |
| Hex | 7B | 98 | 2B | 13 | 0 | 48 | 28 | 4C | 38 | 26 |
| Octal | 173 | 230 | 53 | 23 | 0 | 110 | 50 | 114 | 70 | 46 |
| Binary | 1111011 | 10011000 | 101011 | 10011 | 0 | 1001000 | 101000 | 1001100 | 111000 | 100110 |
Color Harmonies of #7B982B
Complementary color
Monochromatic Colors of #7B982B
Black with #7B982B
Text Example
Text Example
White with #7B982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B982B; }
p { color: rgb(123,152,43); }
H1.HeaderClassName
{
color: #7B982B;
}
.AnyTagClassName
{
color: #7B982B;
}
</style>
background-color css
<style>
a { background-color: #7B982B; }
a { background-color: rgb(123,152,43); }
div.DivClassName
{
background-color: #7B982B;
}
.BgClassName
{
background-color: #7B982B;
}
</style>
border-color css
<style>
span { border-color: #7B982B; }
span { border-color: rgb(123,152,43); }
td.TdClassName
{
border-color: #7B982B;
}
.TagClassName
{
border-color: #7B982B;
}
</style>