Shades of Sushi #7DA93F
Tints of Sushi #7DA93F
RGB
CMYK
RGB Variations
Color information
#7DA93F (or 0x7DA93F) is known color: Sushi. HEX triplet: 7D, A9 and 3F. RGB value is (125,169,63). Sum of RGB (Red+Green+Blue) = 125+169+63=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA93F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA93F is #8256C0. Grayscale: #909090. Windows color (decimal): -8541889 or 4172157. OLE color: 4172157.
HSL color Cylindrical-coordinate representation of color #7DA93F: hue angle of 84.91º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DA93F is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 63 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.34 |
| HSL | 84.91º | 0.46% | 0.45% | - |
| HSV(B) | 84.91º | 0.63% | 0.66% | - |
| XYZ | 23.54 | 33.09 | 9.85 | - |
| YUV | 143.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 63 | 0.26 | 0 | 0.63 | 0.34 | 84.91 | 0.46 | 0.45 |
| Hex | 7D | A9 | 3F | 1A | 0 | 3F | 22 | 55 | 2E | 2D |
| Octal | 175 | 251 | 77 | 32 | 0 | 77 | 42 | 125 | 56 | 55 |
| Binary | 1111101 | 10101001 | 111111 | 11010 | 0 | 111111 | 100010 | 1010101 | 101110 | 101101 |
Color Harmonies of #7DA93F
Complementary color
Monochromatic Colors of #7DA93F
Black with #7DA93F
Text Example
Text Example
White with #7DA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA93F; }
p { color: rgb(125,169,63); }
H1.HeaderClassName
{
color: #7DA93F;
}
.AnyTagClassName
{
color: #7DA93F;
}
</style>
background-color css
<style>
a { background-color: #7DA93F; }
a { background-color: rgb(125,169,63); }
div.DivClassName
{
background-color: #7DA93F;
}
.BgClassName
{
background-color: #7DA93F;
}
</style>
border-color css
<style>
span { border-color: #7DA93F; }
span { border-color: rgb(125,169,63); }
td.TdClassName
{
border-color: #7DA93F;
}
.TagClassName
{
border-color: #7DA93F;
}
</style>