Shades of Sushi #7DB337
Tints of Sushi #7DB337
RGB
CMYK
RGB Variations
Color information
#7DB337 (or 0x7DB337) is known color: Sushi. HEX triplet: 7D, B3 and 37. RGB value is (125,179,55). Sum of RGB (Red+Green+Blue) = 125+179+55=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB337 is #824CC8. Grayscale: #959595. Windows color (decimal): -8539337 or 3650429. OLE color: 3650429.
HSL color Cylindrical-coordinate representation of color #7DB337: hue angle of 86.13º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB337 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 55 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.30 |
| HSL | 86.13º | 0.53% | 0.46% | - |
| HSV(B) | 86.13º | 0.69% | 0.7% | - |
| XYZ | 25.27 | 36.88 | 9.4 | - |
| YUV | 148.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 55 | 0.30 | 0 | 0.69 | 0.30 | 86.13 | 0.53 | 0.46 |
| Hex | 7D | B3 | 37 | 1E | 0 | 45 | 1E | 56 | 35 | 2E |
| Octal | 175 | 263 | 67 | 36 | 0 | 105 | 36 | 126 | 65 | 56 |
| Binary | 1111101 | 10110011 | 110111 | 11110 | 0 | 1000101 | 11110 | 1010110 | 110101 | 101110 |
Color Harmonies of #7DB337
Complementary color
Monochromatic Colors of #7DB337
Black with #7DB337
Text Example
Text Example
White with #7DB337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB337; }
p { color: rgb(125,179,55); }
H1.HeaderClassName
{
color: #7DB337;
}
.AnyTagClassName
{
color: #7DB337;
}
</style>
background-color css
<style>
a { background-color: #7DB337; }
a { background-color: rgb(125,179,55); }
div.DivClassName
{
background-color: #7DB337;
}
.BgClassName
{
background-color: #7DB337;
}
</style>
border-color css
<style>
span { border-color: #7DB337; }
span { border-color: rgb(125,179,55); }
td.TdClassName
{
border-color: #7DB337;
}
.TagClassName
{
border-color: #7DB337;
}
</style>