Shades of Sushi #76A028
Tints of Sushi #76A028
RGB
CMYK
RGB Variations
Color information
#76A028 (or 0x76A028) is known color: Sushi. HEX triplet: 76, A0 and 28. RGB value is (118,160,40). Sum of RGB (Red+Green+Blue) = 118+160+40=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #76A028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A028 is #895FD7. Grayscale: #868686. Windows color (decimal): -9002968 or 2662518. OLE color: 2662518.
HSL color Cylindrical-coordinate representation of color #76A028: hue angle of 81º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76A028 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 40 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.37 |
| HSL | 81º | 0.6% | 0.39% | - |
| HSV(B) | 81º | 0.75% | 0.63% | - |
| XYZ | 20.43 | 29.15 | 6.56 | - |
| YUV | 133.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 40 | 0.26 | 0 | 0.75 | 0.37 | 81 | 0.6 | 0.39 |
| Hex | 76 | A0 | 28 | 1A | 0 | 4B | 25 | 51 | 3C | 27 |
| Octal | 166 | 240 | 50 | 32 | 0 | 113 | 45 | 121 | 74 | 47 |
| Binary | 1110110 | 10100000 | 101000 | 11010 | 0 | 1001011 | 100101 | 1010001 | 111100 | 100111 |
Color Harmonies of #76A028
Complementary color
Monochromatic Colors of #76A028
Black with #76A028
Text Example
Text Example
White with #76A028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A028; }
p { color: rgb(118,160,40); }
H1.HeaderClassName
{
color: #76A028;
}
.AnyTagClassName
{
color: #76A028;
}
</style>
background-color css
<style>
a { background-color: #76A028; }
a { background-color: rgb(118,160,40); }
div.DivClassName
{
background-color: #76A028;
}
.BgClassName
{
background-color: #76A028;
}
</style>
border-color css
<style>
span { border-color: #76A028; }
span { border-color: rgb(118,160,40); }
td.TdClassName
{
border-color: #76A028;
}
.TagClassName
{
border-color: #76A028;
}
</style>