Shades of Sushi #7DB040
Tints of Sushi #7DB040
RGB
CMYK
RGB Variations
Color information
#7DB040 (or 0x7DB040) is known color: Sushi. HEX triplet: 7D, B0 and 40. RGB value is (125,176,64). Sum of RGB (Red+Green+Blue) = 125+176+64=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB040 is #824FBF. Grayscale: #949494. Windows color (decimal): -8540096 or 4239485. OLE color: 4239485.
HSL color Cylindrical-coordinate representation of color #7DB040: hue angle of 87.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DB040 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 64 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.31 |
| HSL | 87.32º | 0.47% | 0.47% | - |
| HSV(B) | 87.32º | 0.64% | 0.69% | - |
| XYZ | 24.91 | 35.78 | 10.44 | - |
| YUV | 147.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 64 | 0.29 | 0 | 0.64 | 0.31 | 87.32 | 0.47 | 0.47 |
| Hex | 7D | B0 | 40 | 1D | 0 | 40 | 1F | 57 | 2F | 2F |
| Octal | 175 | 260 | 100 | 35 | 0 | 100 | 37 | 127 | 57 | 57 |
| Binary | 1111101 | 10110000 | 1000000 | 11101 | 0 | 1000000 | 11111 | 1010111 | 101111 | 101111 |
Color Harmonies of #7DB040
Complementary color
Monochromatic Colors of #7DB040
Black with #7DB040
Text Example
Text Example
White with #7DB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB040; }
p { color: rgb(125,176,64); }
H1.HeaderClassName
{
color: #7DB040;
}
.AnyTagClassName
{
color: #7DB040;
}
</style>
background-color css
<style>
a { background-color: #7DB040; }
a { background-color: rgb(125,176,64); }
div.DivClassName
{
background-color: #7DB040;
}
.BgClassName
{
background-color: #7DB040;
}
</style>
border-color css
<style>
span { border-color: #7DB040; }
span { border-color: rgb(125,176,64); }
td.TdClassName
{
border-color: #7DB040;
}
.TagClassName
{
border-color: #7DB040;
}
</style>