Shades of Sushi #7DB13C
Tints of Sushi #7DB13C
RGB
CMYK
RGB Variations
Color information
#7DB13C (or 0x7DB13C) is known color: Sushi. HEX triplet: 7D, B1 and 3C. RGB value is (125,177,60). Sum of RGB (Red+Green+Blue) = 125+177+60=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB13C is #824EC3. Grayscale: #949494. Windows color (decimal): -8539844 or 3977597. OLE color: 3977597.
HSL color Cylindrical-coordinate representation of color #7DB13C: hue angle of 86.67º 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 #7DB13C is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 60 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.31 |
| HSL | 86.67º | 0.49% | 0.46% | - |
| HSV(B) | 86.67º | 0.66% | 0.69% | - |
| XYZ | 25 | 36.13 | 9.93 | - |
| YUV | 148.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 60 | 0.29 | 0 | 0.66 | 0.31 | 86.67 | 0.49 | 0.46 |
| Hex | 7D | B1 | 3C | 1D | 0 | 42 | 1F | 57 | 31 | 2E |
| Octal | 175 | 261 | 74 | 35 | 0 | 102 | 37 | 127 | 61 | 56 |
| Binary | 1111101 | 10110001 | 111100 | 11101 | 0 | 1000010 | 11111 | 1010111 | 110001 | 101110 |
Color Harmonies of #7DB13C
Complementary color
Monochromatic Colors of #7DB13C
Black with #7DB13C
Text Example
Text Example
White with #7DB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB13C; }
p { color: rgb(125,177,60); }
H1.HeaderClassName
{
color: #7DB13C;
}
.AnyTagClassName
{
color: #7DB13C;
}
</style>
background-color css
<style>
a { background-color: #7DB13C; }
a { background-color: rgb(125,177,60); }
div.DivClassName
{
background-color: #7DB13C;
}
.BgClassName
{
background-color: #7DB13C;
}
</style>
border-color css
<style>
span { border-color: #7DB13C; }
span { border-color: rgb(125,177,60); }
td.TdClassName
{
border-color: #7DB13C;
}
.TagClassName
{
border-color: #7DB13C;
}
</style>