Shades of Sushi #7DB03D
Tints of Sushi #7DB03D
RGB
CMYK
RGB Variations
Color information
#7DB03D (or 0x7DB03D) is known color: Sushi. HEX triplet: 7D, B0 and 3D. RGB value is (125,176,61). Sum of RGB (Red+Green+Blue) = 125+176+61=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB03D is #824FC2. Grayscale: #949494. Windows color (decimal): -8540099 or 4042877. OLE color: 4042877.
HSL color Cylindrical-coordinate representation of color #7DB03D: hue angle of 86.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DB03D is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 61 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.31 |
| HSL | 86.61º | 0.49% | 0.46% | - |
| HSV(B) | 86.61º | 0.65% | 0.69% | - |
| XYZ | 24.83 | 35.75 | 10.01 | - |
| YUV | 147.64 | 79.1 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 61 | 0.29 | 0 | 0.65 | 0.31 | 86.61 | 0.49 | 0.46 |
| Hex | 7D | B0 | 3D | 1D | 0 | 41 | 1F | 57 | 31 | 2E |
| Octal | 175 | 260 | 75 | 35 | 0 | 101 | 37 | 127 | 61 | 56 |
| Binary | 1111101 | 10110000 | 111101 | 11101 | 0 | 1000001 | 11111 | 1010111 | 110001 | 101110 |
Color Harmonies of #7DB03D
Complementary color
Monochromatic Colors of #7DB03D
Black with #7DB03D
Text Example
Text Example
White with #7DB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB03D; }
p { color: rgb(125,176,61); }
H1.HeaderClassName
{
color: #7DB03D;
}
.AnyTagClassName
{
color: #7DB03D;
}
</style>
background-color css
<style>
a { background-color: #7DB03D; }
a { background-color: rgb(125,176,61); }
div.DivClassName
{
background-color: #7DB03D;
}
.BgClassName
{
background-color: #7DB03D;
}
</style>
border-color css
<style>
span { border-color: #7DB03D; }
span { border-color: rgb(125,176,61); }
td.TdClassName
{
border-color: #7DB03D;
}
.TagClassName
{
border-color: #7DB03D;
}
</style>