Shades of Sushi #7DAA2F
Tints of Sushi #7DAA2F
RGB
CMYK
RGB Variations
Color information
#7DAA2F (or 0x7DAA2F) is known color: Sushi. HEX triplet: 7D, AA and 2F. RGB value is (125,170,47). Sum of RGB (Red+Green+Blue) = 125+170+47=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA2F is #8255D0. Grayscale: #8E8E8E. Windows color (decimal): -8541649 or 3123837. OLE color: 3123837.
HSL color Cylindrical-coordinate representation of color #7DAA2F: hue angle of 81.95º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DAA2F is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 47 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.33 |
| HSL | 81.95º | 0.57% | 0.43% | - |
| HSV(B) | 81.95º | 0.72% | 0.67% | - |
| XYZ | 23.35 | 33.31 | 7.89 | - |
| YUV | 142.52 | 74.09 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 47 | 0.26 | 0 | 0.72 | 0.33 | 81.95 | 0.57 | 0.43 |
| Hex | 7D | AA | 2F | 1A | 0 | 48 | 21 | 52 | 39 | 2B |
| Octal | 175 | 252 | 57 | 32 | 0 | 110 | 41 | 122 | 71 | 53 |
| Binary | 1111101 | 10101010 | 101111 | 11010 | 0 | 1001000 | 100001 | 1010010 | 111001 | 101011 |
Color Harmonies of #7DAA2F
Complementary color
Monochromatic Colors of #7DAA2F
Black with #7DAA2F
Text Example
Text Example
White with #7DAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA2F; }
p { color: rgb(125,170,47); }
H1.HeaderClassName
{
color: #7DAA2F;
}
.AnyTagClassName
{
color: #7DAA2F;
}
</style>
background-color css
<style>
a { background-color: #7DAA2F; }
a { background-color: rgb(125,170,47); }
div.DivClassName
{
background-color: #7DAA2F;
}
.BgClassName
{
background-color: #7DAA2F;
}
</style>
border-color css
<style>
span { border-color: #7DAA2F; }
span { border-color: rgb(125,170,47); }
td.TdClassName
{
border-color: #7DAA2F;
}
.TagClassName
{
border-color: #7DAA2F;
}
</style>