Shades of Sushi #7B981D
Tints of Sushi #7B981D
RGB
CMYK
RGB Variations
Color information
#7B981D (or 0x7B981D) is known color: Sushi. HEX triplet: 7B, 98 and 1D. RGB value is (123,152,29). Sum of RGB (Red+Green+Blue) = 123+152+29=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #7B981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B981D is #8467E2. Grayscale: #818181. Windows color (decimal): -8677347 or 1939579. OLE color: 1939579.
HSL color Cylindrical-coordinate representation of color #7B981D: hue angle of 74.15º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B981D is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 152 | 29 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.40 |
| HSL | 74.15º | 0.68% | 0.35% | - |
| HSV(B) | 74.15º | 0.81% | 0.6% | - |
| XYZ | 19.62 | 26.76 | 5.29 | - |
| YUV | 129.31 | 71.39 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 29 | 0.19 | 0 | 0.81 | 0.40 | 74.15 | 0.68 | 0.35 |
| Hex | 7B | 98 | 1D | 13 | 0 | 51 | 28 | 4A | 44 | 23 |
| Octal | 173 | 230 | 35 | 23 | 0 | 121 | 50 | 112 | 104 | 43 |
| Binary | 1111011 | 10011000 | 11101 | 10011 | 0 | 1010001 | 101000 | 1001010 | 1000100 | 100011 |
Color Harmonies of #7B981D
Complementary color
Monochromatic Colors of #7B981D
Black with #7B981D
Text Example
Text Example
White with #7B981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B981D; }
p { color: rgb(123,152,29); }
H1.HeaderClassName
{
color: #7B981D;
}
.AnyTagClassName
{
color: #7B981D;
}
</style>
background-color css
<style>
a { background-color: #7B981D; }
a { background-color: rgb(123,152,29); }
div.DivClassName
{
background-color: #7B981D;
}
.BgClassName
{
background-color: #7B981D;
}
</style>
border-color css
<style>
span { border-color: #7B981D; }
span { border-color: rgb(123,152,29); }
td.TdClassName
{
border-color: #7B981D;
}
.TagClassName
{
border-color: #7B981D;
}
</style>