Shades of Sushi #7DB135
Tints of Sushi #7DB135
RGB
CMYK
RGB Variations
Color information
#7DB135 (or 0x7DB135) is known color: Sushi. HEX triplet: 7D, B1 and 35. RGB value is (125,177,53). Sum of RGB (Red+Green+Blue) = 125+177+53=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB135 is #824ECA. Grayscale: #939393. Windows color (decimal): -8539851 or 3518845. OLE color: 3518845.
HSL color Cylindrical-coordinate representation of color #7DB135: hue angle of 85.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DB135 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 53 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.31 |
| HSL | 85.16º | 0.54% | 0.45% | - |
| HSV(B) | 85.16º | 0.7% | 0.69% | - |
| XYZ | 24.82 | 36.06 | 9.02 | - |
| YUV | 147.32 | 74.77 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 53 | 0.29 | 0 | 0.70 | 0.31 | 85.16 | 0.54 | 0.45 |
| Hex | 7D | B1 | 35 | 1D | 0 | 46 | 1F | 55 | 36 | 2D |
| Octal | 175 | 261 | 65 | 35 | 0 | 106 | 37 | 125 | 66 | 55 |
| Binary | 1111101 | 10110001 | 110101 | 11101 | 0 | 1000110 | 11111 | 1010101 | 110110 | 101101 |
Color Harmonies of #7DB135
Complementary color
Monochromatic Colors of #7DB135
Black with #7DB135
Text Example
Text Example
White with #7DB135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB135; }
p { color: rgb(125,177,53); }
H1.HeaderClassName
{
color: #7DB135;
}
.AnyTagClassName
{
color: #7DB135;
}
</style>
background-color css
<style>
a { background-color: #7DB135; }
a { background-color: rgb(125,177,53); }
div.DivClassName
{
background-color: #7DB135;
}
.BgClassName
{
background-color: #7DB135;
}
</style>
border-color css
<style>
span { border-color: #7DB135; }
span { border-color: rgb(125,177,53); }
td.TdClassName
{
border-color: #7DB135;
}
.TagClassName
{
border-color: #7DB135;
}
</style>