Shades of Sushi #7DB540
Tints of Sushi #7DB540
RGB
CMYK
RGB Variations
Color information
#7DB540 (or 0x7DB540) is known color: Sushi. HEX triplet: 7D, B5 and 40. RGB value is (125,181,64). Sum of RGB (Red+Green+Blue) = 125+181+64=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB540 is #824ABF. Grayscale: #979797. Windows color (decimal): -8538816 or 4240765. OLE color: 4240765.
HSL color Cylindrical-coordinate representation of color #7DB540: hue angle of 88.72º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DB540 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 64 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.29 |
| HSL | 88.72º | 0.48% | 0.48% | - |
| HSV(B) | 88.72º | 0.65% | 0.71% | - |
| XYZ | 25.91 | 37.78 | 10.78 | - |
| YUV | 150.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 64 | 0.31 | 0 | 0.65 | 0.29 | 88.72 | 0.48 | 0.48 |
| Hex | 7D | B5 | 40 | 1F | 0 | 41 | 1D | 59 | 30 | 30 |
| Octal | 175 | 265 | 100 | 37 | 0 | 101 | 35 | 131 | 60 | 60 |
| Binary | 1111101 | 10110101 | 1000000 | 11111 | 0 | 1000001 | 11101 | 1011001 | 110000 | 110000 |
Color Harmonies of #7DB540
Complementary color
Monochromatic Colors of #7DB540
Black with #7DB540
Text Example
Text Example
White with #7DB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB540; }
p { color: rgb(125,181,64); }
H1.HeaderClassName
{
color: #7DB540;
}
.AnyTagClassName
{
color: #7DB540;
}
</style>
background-color css
<style>
a { background-color: #7DB540; }
a { background-color: rgb(125,181,64); }
div.DivClassName
{
background-color: #7DB540;
}
.BgClassName
{
background-color: #7DB540;
}
</style>
border-color css
<style>
span { border-color: #7DB540; }
span { border-color: rgb(125,181,64); }
td.TdClassName
{
border-color: #7DB540;
}
.TagClassName
{
border-color: #7DB540;
}
</style>