Shades of Sushi #7DAB31
Tints of Sushi #7DAB31
RGB
CMYK
RGB Variations
Color information
#7DAB31 (or 0x7DAB31) is known color: Sushi. HEX triplet: 7D, AB and 31. RGB value is (125,171,49). Sum of RGB (Red+Green+Blue) = 125+171+49=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB31 is #8254CE. Grayscale: #8F8F8F. Windows color (decimal): -8541391 or 3255165. OLE color: 3255165.
HSL color Cylindrical-coordinate representation of color #7DAB31: hue angle of 82.62º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DAB31 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 49 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.33 |
| HSL | 82.62º | 0.55% | 0.43% | - |
| HSV(B) | 82.62º | 0.71% | 0.67% | - |
| XYZ | 23.57 | 33.71 | 8.17 | - |
| YUV | 143.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 49 | 0.27 | 0 | 0.71 | 0.33 | 82.62 | 0.55 | 0.43 |
| Hex | 7D | AB | 31 | 1B | 0 | 47 | 21 | 53 | 37 | 2B |
| Octal | 175 | 253 | 61 | 33 | 0 | 107 | 41 | 123 | 67 | 53 |
| Binary | 1111101 | 10101011 | 110001 | 11011 | 0 | 1000111 | 100001 | 1010011 | 110111 | 101011 |
Color Harmonies of #7DAB31
Complementary color
Monochromatic Colors of #7DAB31
Black with #7DAB31
Text Example
Text Example
White with #7DAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB31; }
p { color: rgb(125,171,49); }
H1.HeaderClassName
{
color: #7DAB31;
}
.AnyTagClassName
{
color: #7DAB31;
}
</style>
background-color css
<style>
a { background-color: #7DAB31; }
a { background-color: rgb(125,171,49); }
div.DivClassName
{
background-color: #7DAB31;
}
.BgClassName
{
background-color: #7DAB31;
}
</style>
border-color css
<style>
span { border-color: #7DAB31; }
span { border-color: rgb(125,171,49); }
td.TdClassName
{
border-color: #7DAB31;
}
.TagClassName
{
border-color: #7DAB31;
}
</style>