Shades of Sushi #7DB03E
Tints of Sushi #7DB03E
RGB
CMYK
RGB Variations
Color information
#7DB03E (or 0x7DB03E) is known color: Sushi. HEX triplet: 7D, B0 and 3E. RGB value is (125,176,62). Sum of RGB (Red+Green+Blue) = 125+176+62=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB03E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB03E is #824FC1. Grayscale: #949494. Windows color (decimal): -8540098 or 4108413. OLE color: 4108413.
HSL color Cylindrical-coordinate representation of color #7DB03E: hue angle of 86.84º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DB03E is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 62 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.31 |
| HSL | 86.84º | 0.48% | 0.47% | - |
| HSV(B) | 86.84º | 0.65% | 0.69% | - |
| XYZ | 24.85 | 35.76 | 10.15 | - |
| YUV | 147.76 | 79.6 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 62 | 0.29 | 0 | 0.65 | 0.31 | 86.84 | 0.48 | 0.47 |
| Hex | 7D | B0 | 3E | 1D | 0 | 41 | 1F | 57 | 30 | 2F |
| Octal | 175 | 260 | 76 | 35 | 0 | 101 | 37 | 127 | 60 | 57 |
| Binary | 1111101 | 10110000 | 111110 | 11101 | 0 | 1000001 | 11111 | 1010111 | 110000 | 101111 |
Color Harmonies of #7DB03E
Complementary color
Monochromatic Colors of #7DB03E
Black with #7DB03E
Text Example
Text Example
White with #7DB03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB03E; }
p { color: rgb(125,176,62); }
H1.HeaderClassName
{
color: #7DB03E;
}
.AnyTagClassName
{
color: #7DB03E;
}
</style>
background-color css
<style>
a { background-color: #7DB03E; }
a { background-color: rgb(125,176,62); }
div.DivClassName
{
background-color: #7DB03E;
}
.BgClassName
{
background-color: #7DB03E;
}
</style>
border-color css
<style>
span { border-color: #7DB03E; }
span { border-color: rgb(125,176,62); }
td.TdClassName
{
border-color: #7DB03E;
}
.TagClassName
{
border-color: #7DB03E;
}
</style>