Shades of Sushi #7DAD34
Tints of Sushi #7DAD34
RGB
CMYK
RGB Variations
Color information
#7DAD34 (or 0x7DAD34) is known color: Sushi. HEX triplet: 7D, AD and 34. RGB value is (125,173,52). Sum of RGB (Red+Green+Blue) = 125+173+52=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAD34 is #8252CB. Grayscale: #919191. Windows color (decimal): -8540876 or 3452285. OLE color: 3452285.
HSL color Cylindrical-coordinate representation of color #7DAD34: hue angle of 83.8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DAD34 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 52 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.32 |
| HSL | 83.8º | 0.54% | 0.44% | - |
| HSV(B) | 83.8º | 0.7% | 0.68% | - |
| XYZ | 24.02 | 34.5 | 8.64 | - |
| YUV | 144.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 52 | 0.28 | 0 | 0.70 | 0.32 | 83.8 | 0.54 | 0.44 |
| Hex | 7D | AD | 34 | 1C | 0 | 46 | 20 | 54 | 36 | 2C |
| Octal | 175 | 255 | 64 | 34 | 0 | 106 | 40 | 124 | 66 | 54 |
| Binary | 1111101 | 10101101 | 110100 | 11100 | 0 | 1000110 | 100000 | 1010100 | 110110 | 101100 |
Color Harmonies of #7DAD34
Complementary color
Monochromatic Colors of #7DAD34
Black with #7DAD34
Text Example
Text Example
White with #7DAD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD34; }
p { color: rgb(125,173,52); }
H1.HeaderClassName
{
color: #7DAD34;
}
.AnyTagClassName
{
color: #7DAD34;
}
</style>
background-color css
<style>
a { background-color: #7DAD34; }
a { background-color: rgb(125,173,52); }
div.DivClassName
{
background-color: #7DAD34;
}
.BgClassName
{
background-color: #7DAD34;
}
</style>
border-color css
<style>
span { border-color: #7DAD34; }
span { border-color: rgb(125,173,52); }
td.TdClassName
{
border-color: #7DAD34;
}
.TagClassName
{
border-color: #7DAD34;
}
</style>