Shades of Sushi #7DA326
Tints of Sushi #7DA326
RGB
CMYK
RGB Variations
Color information
#7DA326 (or 0x7DA326) is known color: Sushi. HEX triplet: 7D, A3 and 26. RGB value is (125,163,38). Sum of RGB (Red+Green+Blue) = 125+163+38=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA326 is #825CD9. Grayscale: #898989. Windows color (decimal): -8543450 or 2532221. OLE color: 2532221.
HSL color Cylindrical-coordinate representation of color #7DA326: hue angle of 78.24º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DA326 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 163 | 38 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.36 |
| HSL | 78.24º | 0.62% | 0.39% | - |
| HSV(B) | 78.24º | 0.77% | 0.64% | - |
| XYZ | 21.9 | 30.69 | 6.6 | - |
| YUV | 137.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 163 | 38 | 0.23 | 0 | 0.77 | 0.36 | 78.24 | 0.62 | 0.39 |
| Hex | 7D | A3 | 26 | 17 | 0 | 4D | 24 | 4E | 3E | 27 |
| Octal | 175 | 243 | 46 | 27 | 0 | 115 | 44 | 116 | 76 | 47 |
| Binary | 1111101 | 10100011 | 100110 | 10111 | 0 | 1001101 | 100100 | 1001110 | 111110 | 100111 |
Color Harmonies of #7DA326
Complementary color
Monochromatic Colors of #7DA326
Black with #7DA326
Text Example
Text Example
White with #7DA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA326; }
p { color: rgb(125,163,38); }
H1.HeaderClassName
{
color: #7DA326;
}
.AnyTagClassName
{
color: #7DA326;
}
</style>
background-color css
<style>
a { background-color: #7DA326; }
a { background-color: rgb(125,163,38); }
div.DivClassName
{
background-color: #7DA326;
}
.BgClassName
{
background-color: #7DA326;
}
</style>
border-color css
<style>
span { border-color: #7DA326; }
span { border-color: rgb(125,163,38); }
td.TdClassName
{
border-color: #7DA326;
}
.TagClassName
{
border-color: #7DA326;
}
</style>