Shades of Sushi #7B982F
Tints of Sushi #7B982F
RGB
CMYK
RGB Variations
Color information
#7B982F (or 0x7B982F) is known color: Sushi. HEX triplet: 7B, 98 and 2F. RGB value is (123,152,47). Sum of RGB (Red+Green+Blue) = 123+152+47=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #7B982F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B982F is #8467D0. Grayscale: #838383. Windows color (decimal): -8677329 or 3119227. OLE color: 3119227.
HSL color Cylindrical-coordinate representation of color #7B982F: hue angle of 76.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B982F is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 152 | 47 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.40 |
| HSL | 76.57º | 0.53% | 0.39% | - |
| HSV(B) | 76.57º | 0.69% | 0.6% | - |
| XYZ | 19.91 | 26.87 | 6.83 | - |
| YUV | 131.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 47 | 0.19 | 0 | 0.69 | 0.40 | 76.57 | 0.53 | 0.39 |
| Hex | 7B | 98 | 2F | 13 | 0 | 45 | 28 | 4D | 35 | 27 |
| Octal | 173 | 230 | 57 | 23 | 0 | 105 | 50 | 115 | 65 | 47 |
| Binary | 1111011 | 10011000 | 101111 | 10011 | 0 | 1000101 | 101000 | 1001101 | 110101 | 100111 |
Color Harmonies of #7B982F
Complementary color
Monochromatic Colors of #7B982F
Black with #7B982F
Text Example
Text Example
White with #7B982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B982F; }
p { color: rgb(123,152,47); }
H1.HeaderClassName
{
color: #7B982F;
}
.AnyTagClassName
{
color: #7B982F;
}
</style>
background-color css
<style>
a { background-color: #7B982F; }
a { background-color: rgb(123,152,47); }
div.DivClassName
{
background-color: #7B982F;
}
.BgClassName
{
background-color: #7B982F;
}
</style>
border-color css
<style>
span { border-color: #7B982F; }
span { border-color: rgb(123,152,47); }
td.TdClassName
{
border-color: #7B982F;
}
.TagClassName
{
border-color: #7B982F;
}
</style>