Shades of Sushi #7D9E43
Tints of Sushi #7D9E43
RGB
CMYK
RGB Variations
Color information
#7D9E43 (or 0x7D9E43) is known color: Sushi. HEX triplet: 7D, 9E and 43. RGB value is (125,158,67). Sum of RGB (Red+Green+Blue) = 125+158+67=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9E43 is #8261BC. Grayscale: #8A8A8A. Windows color (decimal): -8544701 or 4431485. OLE color: 4431485.
HSL color Cylindrical-coordinate representation of color #7D9E43: hue angle of 81.76º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D9E43 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 158 | 67 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.38 |
| HSL | 81.76º | 0.4% | 0.44% | - |
| HSV(B) | 81.76º | 0.58% | 0.62% | - |
| XYZ | 21.7 | 29.22 | 9.81 | - |
| YUV | 137.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 67 | 0.21 | 0 | 0.58 | 0.38 | 81.76 | 0.4 | 0.44 |
| Hex | 7D | 9E | 43 | 15 | 0 | 3A | 26 | 52 | 28 | 2C |
| Octal | 175 | 236 | 103 | 25 | 0 | 72 | 46 | 122 | 50 | 54 |
| Binary | 1111101 | 10011110 | 1000011 | 10101 | 0 | 111010 | 100110 | 1010010 | 101000 | 101100 |
Color Harmonies of #7D9E43
Complementary color
Monochromatic Colors of #7D9E43
Black with #7D9E43
Text Example
Text Example
White with #7D9E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9E43; }
p { color: rgb(125,158,67); }
H1.HeaderClassName
{
color: #7D9E43;
}
.AnyTagClassName
{
color: #7D9E43;
}
</style>
background-color css
<style>
a { background-color: #7D9E43; }
a { background-color: rgb(125,158,67); }
div.DivClassName
{
background-color: #7D9E43;
}
.BgClassName
{
background-color: #7D9E43;
}
</style>
border-color css
<style>
span { border-color: #7D9E43; }
span { border-color: rgb(125,158,67); }
td.TdClassName
{
border-color: #7D9E43;
}
.TagClassName
{
border-color: #7D9E43;
}
</style>