Shades of Sushi #7DAB3C
Tints of Sushi #7DAB3C
RGB
CMYK
RGB Variations
Color information
#7DAB3C (or 0x7DAB3C) is known color: Sushi. HEX triplet: 7D, AB and 3C. RGB value is (125,171,60). Sum of RGB (Red+Green+Blue) = 125+171+60=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB3C is #8254C3. Grayscale: #909090. Windows color (decimal): -8541380 or 3976061. OLE color: 3976061.
HSL color Cylindrical-coordinate representation of color #7DAB3C: hue angle of 84.86º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DAB3C is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 60 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.33 |
| HSL | 84.86º | 0.48% | 0.45% | - |
| HSV(B) | 84.86º | 0.65% | 0.67% | - |
| XYZ | 23.84 | 33.81 | 9.55 | - |
| YUV | 144.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 60 | 0.27 | 0 | 0.65 | 0.33 | 84.86 | 0.48 | 0.45 |
| Hex | 7D | AB | 3C | 1B | 0 | 41 | 21 | 55 | 30 | 2D |
| Octal | 175 | 253 | 74 | 33 | 0 | 101 | 41 | 125 | 60 | 55 |
| Binary | 1111101 | 10101011 | 111100 | 11011 | 0 | 1000001 | 100001 | 1010101 | 110000 | 101101 |
Color Harmonies of #7DAB3C
Complementary color
Monochromatic Colors of #7DAB3C
Black with #7DAB3C
Text Example
Text Example
White with #7DAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB3C; }
p { color: rgb(125,171,60); }
H1.HeaderClassName
{
color: #7DAB3C;
}
.AnyTagClassName
{
color: #7DAB3C;
}
</style>
background-color css
<style>
a { background-color: #7DAB3C; }
a { background-color: rgb(125,171,60); }
div.DivClassName
{
background-color: #7DAB3C;
}
.BgClassName
{
background-color: #7DAB3C;
}
</style>
border-color css
<style>
span { border-color: #7DAB3C; }
span { border-color: rgb(125,171,60); }
td.TdClassName
{
border-color: #7DAB3C;
}
.TagClassName
{
border-color: #7DAB3C;
}
</style>