Shades of Sushi #7DAB37
Tints of Sushi #7DAB37
RGB
CMYK
RGB Variations
Color information
#7DAB37 (or 0x7DAB37) is known color: Sushi. HEX triplet: 7D, AB and 37. RGB value is (125,171,55). Sum of RGB (Red+Green+Blue) = 125+171+55=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB37 is #8254C8. Grayscale: #909090. Windows color (decimal): -8541385 or 3648381. OLE color: 3648381.
HSL color Cylindrical-coordinate representation of color #7DAB37: hue angle of 83.79º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DAB37 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 55 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.33 |
| HSL | 83.79º | 0.51% | 0.44% | - |
| HSV(B) | 83.79º | 0.68% | 0.67% | - |
| XYZ | 23.71 | 33.76 | 8.88 | - |
| YUV | 144.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 55 | 0.27 | 0 | 0.68 | 0.33 | 83.79 | 0.51 | 0.44 |
| Hex | 7D | AB | 37 | 1B | 0 | 44 | 21 | 54 | 33 | 2C |
| Octal | 175 | 253 | 67 | 33 | 0 | 104 | 41 | 124 | 63 | 54 |
| Binary | 1111101 | 10101011 | 110111 | 11011 | 0 | 1000100 | 100001 | 1010100 | 110011 | 101100 |
Color Harmonies of #7DAB37
Complementary color
Monochromatic Colors of #7DAB37
Black with #7DAB37
Text Example
Text Example
White with #7DAB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB37; }
p { color: rgb(125,171,55); }
H1.HeaderClassName
{
color: #7DAB37;
}
.AnyTagClassName
{
color: #7DAB37;
}
</style>
background-color css
<style>
a { background-color: #7DAB37; }
a { background-color: rgb(125,171,55); }
div.DivClassName
{
background-color: #7DAB37;
}
.BgClassName
{
background-color: #7DAB37;
}
</style>
border-color css
<style>
span { border-color: #7DAB37; }
span { border-color: rgb(125,171,55); }
td.TdClassName
{
border-color: #7DAB37;
}
.TagClassName
{
border-color: #7DAB37;
}
</style>