Shades of Sushi #7DB73E
Tints of Sushi #7DB73E
RGB
CMYK
RGB Variations
Color information
#7DB73E (or 0x7DB73E) is known color: Sushi. HEX triplet: 7D, B7 and 3E. RGB value is (125,183,62). Sum of RGB (Red+Green+Blue) = 125+183+62=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB73E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB73E is #8248C1. Grayscale: #989898. Windows color (decimal): -8538306 or 4110205. OLE color: 4110205.
HSL color Cylindrical-coordinate representation of color #7DB73E: hue angle of 88.76º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7DB73E is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 62 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.28 |
| HSL | 88.76º | 0.49% | 0.48% | - |
| HSV(B) | 88.76º | 0.66% | 0.72% | - |
| XYZ | 26.26 | 38.57 | 10.62 | - |
| YUV | 151.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 62 | 0.32 | 0 | 0.66 | 0.28 | 88.76 | 0.49 | 0.48 |
| Hex | 7D | B7 | 3E | 20 | 0 | 42 | 1C | 59 | 31 | 30 |
| Octal | 175 | 267 | 76 | 40 | 0 | 102 | 34 | 131 | 61 | 60 |
| Binary | 1111101 | 10110111 | 111110 | 100000 | 0 | 1000010 | 11100 | 1011001 | 110001 | 110000 |
Color Harmonies of #7DB73E
Complementary color
Monochromatic Colors of #7DB73E
Black with #7DB73E
Text Example
Text Example
White with #7DB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB73E; }
p { color: rgb(125,183,62); }
H1.HeaderClassName
{
color: #7DB73E;
}
.AnyTagClassName
{
color: #7DB73E;
}
</style>
background-color css
<style>
a { background-color: #7DB73E; }
a { background-color: rgb(125,183,62); }
div.DivClassName
{
background-color: #7DB73E;
}
.BgClassName
{
background-color: #7DB73E;
}
</style>
border-color css
<style>
span { border-color: #7DB73E; }
span { border-color: rgb(125,183,62); }
td.TdClassName
{
border-color: #7DB73E;
}
.TagClassName
{
border-color: #7DB73E;
}
</style>