Shades of Sushi #7DB73D
Tints of Sushi #7DB73D
RGB
CMYK
RGB Variations
Color information
#7DB73D (or 0x7DB73D) is known color: Sushi. HEX triplet: 7D, B7 and 3D. RGB value is (125,183,61). Sum of RGB (Red+Green+Blue) = 125+183+61=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB73D is #8248C2. Grayscale: #989898. Windows color (decimal): -8538307 or 4044669. OLE color: 4044669.
HSL color Cylindrical-coordinate representation of color #7DB73D: hue angle of 88.52º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DB73D is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 61 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.28 |
| HSL | 88.52º | 0.5% | 0.48% | - |
| HSV(B) | 88.52º | 0.67% | 0.72% | - |
| XYZ | 26.23 | 38.56 | 10.48 | - |
| YUV | 151.75 | 76.78 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 61 | 0.32 | 0 | 0.67 | 0.28 | 88.52 | 0.5 | 0.48 |
| Hex | 7D | B7 | 3D | 20 | 0 | 43 | 1C | 59 | 32 | 30 |
| Octal | 175 | 267 | 75 | 40 | 0 | 103 | 34 | 131 | 62 | 60 |
| Binary | 1111101 | 10110111 | 111101 | 100000 | 0 | 1000011 | 11100 | 1011001 | 110010 | 110000 |
Color Harmonies of #7DB73D
Complementary color
Monochromatic Colors of #7DB73D
Black with #7DB73D
Text Example
Text Example
White with #7DB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB73D; }
p { color: rgb(125,183,61); }
H1.HeaderClassName
{
color: #7DB73D;
}
.AnyTagClassName
{
color: #7DB73D;
}
</style>
background-color css
<style>
a { background-color: #7DB73D; }
a { background-color: rgb(125,183,61); }
div.DivClassName
{
background-color: #7DB73D;
}
.BgClassName
{
background-color: #7DB73D;
}
</style>
border-color css
<style>
span { border-color: #7DB73D; }
span { border-color: rgb(125,183,61); }
td.TdClassName
{
border-color: #7DB73D;
}
.TagClassName
{
border-color: #7DB73D;
}
</style>