Shades of Sushi #7DA934
Tints of Sushi #7DA934
RGB
CMYK
RGB Variations
Color information
#7DA934 (or 0x7DA934) is known color: Sushi. HEX triplet: 7D, A9 and 34. RGB value is (125,169,52). Sum of RGB (Red+Green+Blue) = 125+169+52=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA934 is #8256CB. Grayscale: #8E8E8E. Windows color (decimal): -8541900 or 3451261. OLE color: 3451261.
HSL color Cylindrical-coordinate representation of color #7DA934: hue angle of 82.56º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DA934 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 52 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.34 |
| HSL | 82.56º | 0.53% | 0.43% | - |
| HSV(B) | 82.56º | 0.69% | 0.66% | - |
| XYZ | 23.27 | 32.98 | 8.39 | - |
| YUV | 142.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 52 | 0.26 | 0 | 0.69 | 0.34 | 82.56 | 0.53 | 0.43 |
| Hex | 7D | A9 | 34 | 1A | 0 | 45 | 22 | 53 | 35 | 2B |
| Octal | 175 | 251 | 64 | 32 | 0 | 105 | 42 | 123 | 65 | 53 |
| Binary | 1111101 | 10101001 | 110100 | 11010 | 0 | 1000101 | 100010 | 1010011 | 110101 | 101011 |
Color Harmonies of #7DA934
Complementary color
Monochromatic Colors of #7DA934
Black with #7DA934
Text Example
Text Example
White with #7DA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA934; }
p { color: rgb(125,169,52); }
H1.HeaderClassName
{
color: #7DA934;
}
.AnyTagClassName
{
color: #7DA934;
}
</style>
background-color css
<style>
a { background-color: #7DA934; }
a { background-color: rgb(125,169,52); }
div.DivClassName
{
background-color: #7DA934;
}
.BgClassName
{
background-color: #7DA934;
}
</style>
border-color css
<style>
span { border-color: #7DA934; }
span { border-color: rgb(125,169,52); }
td.TdClassName
{
border-color: #7DA934;
}
.TagClassName
{
border-color: #7DA934;
}
</style>