Shades of Sushi #7DA033
Tints of Sushi #7DA033
RGB
CMYK
RGB Variations
Color information
#7DA033 (or 0x7DA033) is known color: Sushi. HEX triplet: 7D, A0 and 33. RGB value is (125,160,51). Sum of RGB (Red+Green+Blue) = 125+160+51=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA033 is #825FCC. Grayscale: #898989. Windows color (decimal): -8544205 or 3383421. OLE color: 3383421.
HSL color Cylindrical-coordinate representation of color #7DA033: hue angle of 79.27º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DA033 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 51 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.37 |
| HSL | 79.27º | 0.52% | 0.41% | - |
| HSV(B) | 79.27º | 0.68% | 0.63% | - |
| XYZ | 21.63 | 29.74 | 7.73 | - |
| YUV | 137.11 | 79.4 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 51 | 0.22 | 0 | 0.68 | 0.37 | 79.27 | 0.52 | 0.41 |
| Hex | 7D | A0 | 33 | 16 | 0 | 44 | 25 | 4F | 34 | 29 |
| Octal | 175 | 240 | 63 | 26 | 0 | 104 | 45 | 117 | 64 | 51 |
| Binary | 1111101 | 10100000 | 110011 | 10110 | 0 | 1000100 | 100101 | 1001111 | 110100 | 101001 |
Color Harmonies of #7DA033
Complementary color
Monochromatic Colors of #7DA033
Black with #7DA033
Text Example
Text Example
White with #7DA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA033; }
p { color: rgb(125,160,51); }
H1.HeaderClassName
{
color: #7DA033;
}
.AnyTagClassName
{
color: #7DA033;
}
</style>
background-color css
<style>
a { background-color: #7DA033; }
a { background-color: rgb(125,160,51); }
div.DivClassName
{
background-color: #7DA033;
}
.BgClassName
{
background-color: #7DA033;
}
</style>
border-color css
<style>
span { border-color: #7DA033; }
span { border-color: rgb(125,160,51); }
td.TdClassName
{
border-color: #7DA033;
}
.TagClassName
{
border-color: #7DA033;
}
</style>