Shades of Sushi #7DB13F
Tints of Sushi #7DB13F
RGB
CMYK
RGB Variations
Color information
#7DB13F (or 0x7DB13F) is known color: Sushi. HEX triplet: 7D, B1 and 3F. RGB value is (125,177,63). Sum of RGB (Red+Green+Blue) = 125+177+63=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB13F is #824EC0. Grayscale: #949494. Windows color (decimal): -8539841 or 4174205. OLE color: 4174205.
HSL color Cylindrical-coordinate representation of color #7DB13F: hue angle of 87.37º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DB13F is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 63 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.31 |
| HSL | 87.37º | 0.48% | 0.47% | - |
| HSV(B) | 87.37º | 0.64% | 0.69% | - |
| XYZ | 25.08 | 36.16 | 10.36 | - |
| YUV | 148.46 | 79.77 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 63 | 0.29 | 0 | 0.64 | 0.31 | 87.37 | 0.48 | 0.47 |
| Hex | 7D | B1 | 3F | 1D | 0 | 40 | 1F | 57 | 30 | 2F |
| Octal | 175 | 261 | 77 | 35 | 0 | 100 | 37 | 127 | 60 | 57 |
| Binary | 1111101 | 10110001 | 111111 | 11101 | 0 | 1000000 | 11111 | 1010111 | 110000 | 101111 |
Color Harmonies of #7DB13F
Complementary color
Monochromatic Colors of #7DB13F
Black with #7DB13F
Text Example
Text Example
White with #7DB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB13F; }
p { color: rgb(125,177,63); }
H1.HeaderClassName
{
color: #7DB13F;
}
.AnyTagClassName
{
color: #7DB13F;
}
</style>
background-color css
<style>
a { background-color: #7DB13F; }
a { background-color: rgb(125,177,63); }
div.DivClassName
{
background-color: #7DB13F;
}
.BgClassName
{
background-color: #7DB13F;
}
</style>
border-color css
<style>
span { border-color: #7DB13F; }
span { border-color: rgb(125,177,63); }
td.TdClassName
{
border-color: #7DB13F;
}
.TagClassName
{
border-color: #7DB13F;
}
</style>