Shades of Sushi #7DB03C
Tints of Sushi #7DB03C
RGB
CMYK
RGB Variations
Color information
#7DB03C (or 0x7DB03C) is known color: Sushi. HEX triplet: 7D, B0 and 3C. RGB value is (125,176,60). Sum of RGB (Red+Green+Blue) = 125+176+60=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB03C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB03C is #824FC3. Grayscale: #939393. Windows color (decimal): -8540100 or 3977341. OLE color: 3977341.
HSL color Cylindrical-coordinate representation of color #7DB03C: hue angle of 86.38º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DB03C is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 60 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.31 |
| HSL | 86.38º | 0.49% | 0.46% | - |
| HSV(B) | 86.38º | 0.66% | 0.69% | - |
| XYZ | 24.8 | 35.74 | 9.87 | - |
| YUV | 147.53 | 78.6 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 60 | 0.29 | 0 | 0.66 | 0.31 | 86.38 | 0.49 | 0.46 |
| Hex | 7D | B0 | 3C | 1D | 0 | 42 | 1F | 56 | 31 | 2E |
| Octal | 175 | 260 | 74 | 35 | 0 | 102 | 37 | 126 | 61 | 56 |
| Binary | 1111101 | 10110000 | 111100 | 11101 | 0 | 1000010 | 11111 | 1010110 | 110001 | 101110 |
Color Harmonies of #7DB03C
Complementary color
Monochromatic Colors of #7DB03C
Black with #7DB03C
Text Example
Text Example
White with #7DB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB03C; }
p { color: rgb(125,176,60); }
H1.HeaderClassName
{
color: #7DB03C;
}
.AnyTagClassName
{
color: #7DB03C;
}
</style>
background-color css
<style>
a { background-color: #7DB03C; }
a { background-color: rgb(125,176,60); }
div.DivClassName
{
background-color: #7DB03C;
}
.BgClassName
{
background-color: #7DB03C;
}
</style>
border-color css
<style>
span { border-color: #7DB03C; }
span { border-color: rgb(125,176,60); }
td.TdClassName
{
border-color: #7DB03C;
}
.TagClassName
{
border-color: #7DB03C;
}
</style>