Shades of Sushi #7DAD3F
Tints of Sushi #7DAD3F
RGB
CMYK
RGB Variations
Color information
#7DAD3F (or 0x7DAD3F) is known color: Sushi. HEX triplet: 7D, AD and 3F. RGB value is (125,173,63). Sum of RGB (Red+Green+Blue) = 125+173+63=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAD3F is #8252C0. Grayscale: #929292. Windows color (decimal): -8540865 or 4173181. OLE color: 4173181.
HSL color Cylindrical-coordinate representation of color #7DAD3F: hue angle of 86.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DAD3F is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 63 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.32 |
| HSL | 86.18º | 0.47% | 0.46% | - |
| HSV(B) | 86.18º | 0.64% | 0.68% | - |
| XYZ | 24.3 | 34.61 | 10.1 | - |
| YUV | 146.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 63 | 0.28 | 0 | 0.64 | 0.32 | 86.18 | 0.47 | 0.46 |
| Hex | 7D | AD | 3F | 1C | 0 | 40 | 20 | 56 | 2F | 2E |
| Octal | 175 | 255 | 77 | 34 | 0 | 100 | 40 | 126 | 57 | 56 |
| Binary | 1111101 | 10101101 | 111111 | 11100 | 0 | 1000000 | 100000 | 1010110 | 101111 | 101110 |
Color Harmonies of #7DAD3F
Complementary color
Monochromatic Colors of #7DAD3F
Black with #7DAD3F
Text Example
Text Example
White with #7DAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD3F; }
p { color: rgb(125,173,63); }
H1.HeaderClassName
{
color: #7DAD3F;
}
.AnyTagClassName
{
color: #7DAD3F;
}
</style>
background-color css
<style>
a { background-color: #7DAD3F; }
a { background-color: rgb(125,173,63); }
div.DivClassName
{
background-color: #7DAD3F;
}
.BgClassName
{
background-color: #7DAD3F;
}
</style>
border-color css
<style>
span { border-color: #7DAD3F; }
span { border-color: rgb(125,173,63); }
td.TdClassName
{
border-color: #7DAD3F;
}
.TagClassName
{
border-color: #7DAD3F;
}
</style>