Shades of Sushi #7DA836
Tints of Sushi #7DA836
RGB
CMYK
RGB Variations
Color information
#7DA836 (or 0x7DA836) is known color: Sushi. HEX triplet: 7D, A8 and 36. RGB value is (125,168,54). Sum of RGB (Red+Green+Blue) = 125+168+54=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA836 is #8257C9. Grayscale: #8E8E8E. Windows color (decimal): -8542154 or 3582077. OLE color: 3582077.
HSL color Cylindrical-coordinate representation of color #7DA836: hue angle of 82.63º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DA836 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 168 | 54 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.34 |
| HSL | 82.63º | 0.51% | 0.44% | - |
| HSV(B) | 82.63º | 0.68% | 0.66% | - |
| XYZ | 23.13 | 32.63 | 8.57 | - |
| YUV | 142.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 54 | 0.26 | 0 | 0.68 | 0.34 | 82.63 | 0.51 | 0.44 |
| Hex | 7D | A8 | 36 | 1A | 0 | 44 | 22 | 53 | 33 | 2C |
| Octal | 175 | 250 | 66 | 32 | 0 | 104 | 42 | 123 | 63 | 54 |
| Binary | 1111101 | 10101000 | 110110 | 11010 | 0 | 1000100 | 100010 | 1010011 | 110011 | 101100 |
Color Harmonies of #7DA836
Complementary color
Monochromatic Colors of #7DA836
Black with #7DA836
Text Example
Text Example
White with #7DA836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA836; }
p { color: rgb(125,168,54); }
H1.HeaderClassName
{
color: #7DA836;
}
.AnyTagClassName
{
color: #7DA836;
}
</style>
background-color css
<style>
a { background-color: #7DA836; }
a { background-color: rgb(125,168,54); }
div.DivClassName
{
background-color: #7DA836;
}
.BgClassName
{
background-color: #7DA836;
}
</style>
border-color css
<style>
span { border-color: #7DA836; }
span { border-color: rgb(125,168,54); }
td.TdClassName
{
border-color: #7DA836;
}
.TagClassName
{
border-color: #7DA836;
}
</style>