Shades of Sushi #7DAA3C
Tints of Sushi #7DAA3C
RGB
CMYK
RGB Variations
Color information
#7DAA3C (or 0x7DAA3C) is known color: Sushi. HEX triplet: 7D, AA and 3C. RGB value is (125,170,60). Sum of RGB (Red+Green+Blue) = 125+170+60=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA3C is #8255C3. Grayscale: #909090. Windows color (decimal): -8541636 or 3975805. OLE color: 3975805.
HSL color Cylindrical-coordinate representation of color #7DAA3C: hue angle of 84.55º 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 #7DAA3C is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 60 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.33 |
| HSL | 84.55º | 0.48% | 0.45% | - |
| HSV(B) | 84.55º | 0.65% | 0.67% | - |
| XYZ | 23.65 | 33.44 | 9.48 | - |
| YUV | 144.01 | 80.59 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 60 | 0.26 | 0 | 0.65 | 0.33 | 84.55 | 0.48 | 0.45 |
| Hex | 7D | AA | 3C | 1A | 0 | 41 | 21 | 55 | 30 | 2D |
| Octal | 175 | 252 | 74 | 32 | 0 | 101 | 41 | 125 | 60 | 55 |
| Binary | 1111101 | 10101010 | 111100 | 11010 | 0 | 1000001 | 100001 | 1010101 | 110000 | 101101 |
Color Harmonies of #7DAA3C
Complementary color
Monochromatic Colors of #7DAA3C
Black with #7DAA3C
Text Example
Text Example
White with #7DAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA3C; }
p { color: rgb(125,170,60); }
H1.HeaderClassName
{
color: #7DAA3C;
}
.AnyTagClassName
{
color: #7DAA3C;
}
</style>
background-color css
<style>
a { background-color: #7DAA3C; }
a { background-color: rgb(125,170,60); }
div.DivClassName
{
background-color: #7DAA3C;
}
.BgClassName
{
background-color: #7DAA3C;
}
</style>
border-color css
<style>
span { border-color: #7DAA3C; }
span { border-color: rgb(125,170,60); }
td.TdClassName
{
border-color: #7DAA3C;
}
.TagClassName
{
border-color: #7DAA3C;
}
</style>