Shades of Sushi #7DB037
Tints of Sushi #7DB037
RGB
CMYK
RGB Variations
Color information
#7DB037 (or 0x7DB037) is known color: Sushi. HEX triplet: 7D, B0 and 37. RGB value is (125,176,55). Sum of RGB (Red+Green+Blue) = 125+176+55=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB037 is #824FC8. Grayscale: #939393. Windows color (decimal): -8540105 or 3649661. OLE color: 3649661.
HSL color Cylindrical-coordinate representation of color #7DB037: hue angle of 85.29º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB037 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 55 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.31 |
| HSL | 85.29º | 0.52% | 0.45% | - |
| HSV(B) | 85.29º | 0.69% | 0.69% | - |
| XYZ | 24.67 | 35.69 | 9.2 | - |
| YUV | 146.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 55 | 0.29 | 0 | 0.69 | 0.31 | 85.29 | 0.52 | 0.45 |
| Hex | 7D | B0 | 37 | 1D | 0 | 45 | 1F | 55 | 34 | 2D |
| Octal | 175 | 260 | 67 | 35 | 0 | 105 | 37 | 125 | 64 | 55 |
| Binary | 1111101 | 10110000 | 110111 | 11101 | 0 | 1000101 | 11111 | 1010101 | 110100 | 101101 |
Color Harmonies of #7DB037
Complementary color
Monochromatic Colors of #7DB037
Black with #7DB037
Text Example
Text Example
White with #7DB037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB037; }
p { color: rgb(125,176,55); }
H1.HeaderClassName
{
color: #7DB037;
}
.AnyTagClassName
{
color: #7DB037;
}
</style>
background-color css
<style>
a { background-color: #7DB037; }
a { background-color: rgb(125,176,55); }
div.DivClassName
{
background-color: #7DB037;
}
.BgClassName
{
background-color: #7DB037;
}
</style>
border-color css
<style>
span { border-color: #7DB037; }
span { border-color: rgb(125,176,55); }
td.TdClassName
{
border-color: #7DB037;
}
.TagClassName
{
border-color: #7DB037;
}
</style>