Shades of Sushi #7D9A2E
Tints of Sushi #7D9A2E
RGB
CMYK
RGB Variations
Color information
#7D9A2E (or 0x7D9A2E) is known color: Sushi. HEX triplet: 7D, 9A and 2E. RGB value is (125,154,46). Sum of RGB (Red+Green+Blue) = 125+154+46=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9A2E is #8265D1. Grayscale: #858585. Windows color (decimal): -8545746 or 3054205. OLE color: 3054205.
HSL color Cylindrical-coordinate representation of color #7D9A2E: hue angle of 76.11º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D9A2E is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 154 | 46 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.40 |
| HSL | 76.11º | 0.54% | 0.39% | - |
| HSV(B) | 76.11º | 0.7% | 0.6% | - |
| XYZ | 20.51 | 27.67 | 6.84 | - |
| YUV | 133.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 154 | 46 | 0.19 | 0 | 0.70 | 0.40 | 76.11 | 0.54 | 0.39 |
| Hex | 7D | 9A | 2E | 13 | 0 | 46 | 28 | 4C | 36 | 27 |
| Octal | 175 | 232 | 56 | 23 | 0 | 106 | 50 | 114 | 66 | 47 |
| Binary | 1111101 | 10011010 | 101110 | 10011 | 0 | 1000110 | 101000 | 1001100 | 110110 | 100111 |
Color Harmonies of #7D9A2E
Complementary color
Monochromatic Colors of #7D9A2E
Black with #7D9A2E
Text Example
Text Example
White with #7D9A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9A2E; }
p { color: rgb(125,154,46); }
H1.HeaderClassName
{
color: #7D9A2E;
}
.AnyTagClassName
{
color: #7D9A2E;
}
</style>
background-color css
<style>
a { background-color: #7D9A2E; }
a { background-color: rgb(125,154,46); }
div.DivClassName
{
background-color: #7D9A2E;
}
.BgClassName
{
background-color: #7D9A2E;
}
</style>
border-color css
<style>
span { border-color: #7D9A2E; }
span { border-color: rgb(125,154,46); }
td.TdClassName
{
border-color: #7D9A2E;
}
.TagClassName
{
border-color: #7D9A2E;
}
</style>