Shades of Sushi #7DB63B
Tints of Sushi #7DB63B
RGB
CMYK
RGB Variations
Color information
#7DB63B (or 0x7DB63B) is known color: Sushi. HEX triplet: 7D, B6 and 3B. RGB value is (125,182,59). Sum of RGB (Red+Green+Blue) = 125+182+59=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB63B is #8249C4. Grayscale: #979797. Windows color (decimal): -8538565 or 3913341. OLE color: 3913341.
HSL color Cylindrical-coordinate representation of color #7DB63B: hue angle of 87.8º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DB63B is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 59 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.29 |
| HSL | 87.8º | 0.51% | 0.47% | - |
| HSV(B) | 87.8º | 0.68% | 0.71% | - |
| XYZ | 25.97 | 38.13 | 10.13 | - |
| YUV | 150.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 59 | 0.31 | 0 | 0.68 | 0.29 | 87.8 | 0.51 | 0.47 |
| Hex | 7D | B6 | 3B | 1F | 0 | 44 | 1D | 58 | 33 | 2F |
| Octal | 175 | 266 | 73 | 37 | 0 | 104 | 35 | 130 | 63 | 57 |
| Binary | 1111101 | 10110110 | 111011 | 11111 | 0 | 1000100 | 11101 | 1011000 | 110011 | 101111 |
Color Harmonies of #7DB63B
Complementary color
Monochromatic Colors of #7DB63B
Black with #7DB63B
Text Example
Text Example
White with #7DB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB63B; }
p { color: rgb(125,182,59); }
H1.HeaderClassName
{
color: #7DB63B;
}
.AnyTagClassName
{
color: #7DB63B;
}
</style>
background-color css
<style>
a { background-color: #7DB63B; }
a { background-color: rgb(125,182,59); }
div.DivClassName
{
background-color: #7DB63B;
}
.BgClassName
{
background-color: #7DB63B;
}
</style>
border-color css
<style>
span { border-color: #7DB63B; }
span { border-color: rgb(125,182,59); }
td.TdClassName
{
border-color: #7DB63B;
}
.TagClassName
{
border-color: #7DB63B;
}
</style>