Shades of Sushi #7DAA3B
Tints of Sushi #7DAA3B
RGB
CMYK
RGB Variations
Color information
#7DAA3B (or 0x7DAA3B) is known color: Sushi. HEX triplet: 7D, AA and 3B. RGB value is (125,170,59). Sum of RGB (Red+Green+Blue) = 125+170+59=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA3B is #8255C4. Grayscale: #909090. Windows color (decimal): -8541637 or 3910269. OLE color: 3910269.
HSL color Cylindrical-coordinate representation of color #7DAA3B: hue angle of 84.32º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DAA3B is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 59 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.33 |
| HSL | 84.32º | 0.48% | 0.45% | - |
| HSV(B) | 84.32º | 0.65% | 0.67% | - |
| XYZ | 23.62 | 33.43 | 9.34 | - |
| YUV | 143.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 59 | 0.26 | 0 | 0.65 | 0.33 | 84.32 | 0.48 | 0.45 |
| Hex | 7D | AA | 3B | 1A | 0 | 41 | 21 | 54 | 30 | 2D |
| Octal | 175 | 252 | 73 | 32 | 0 | 101 | 41 | 124 | 60 | 55 |
| Binary | 1111101 | 10101010 | 111011 | 11010 | 0 | 1000001 | 100001 | 1010100 | 110000 | 101101 |
Color Harmonies of #7DAA3B
Complementary color
Monochromatic Colors of #7DAA3B
Black with #7DAA3B
Text Example
Text Example
White with #7DAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA3B; }
p { color: rgb(125,170,59); }
H1.HeaderClassName
{
color: #7DAA3B;
}
.AnyTagClassName
{
color: #7DAA3B;
}
</style>
background-color css
<style>
a { background-color: #7DAA3B; }
a { background-color: rgb(125,170,59); }
div.DivClassName
{
background-color: #7DAA3B;
}
.BgClassName
{
background-color: #7DAA3B;
}
</style>
border-color css
<style>
span { border-color: #7DAA3B; }
span { border-color: rgb(125,170,59); }
td.TdClassName
{
border-color: #7DAA3B;
}
.TagClassName
{
border-color: #7DAA3B;
}
</style>