Shades of Sushi #76A337
Tints of Sushi #76A337
RGB
CMYK
RGB Variations
Color information
#76A337 (or 0x76A337) is known color: Sushi. HEX triplet: 76, A3 and 37. RGB value is (118,163,55). Sum of RGB (Red+Green+Blue) = 118+163+55=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #76A337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A337 is #895CC8. Grayscale: #898989. Windows color (decimal): -9002185 or 3646326. OLE color: 3646326.
HSL color Cylindrical-coordinate representation of color #76A337: hue angle of 85º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76A337 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 163 | 55 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.36 |
| HSL | 85º | 0.5% | 0.43% | - |
| HSV(B) | 85º | 0.66% | 0.64% | - |
| XYZ | 21.26 | 30.32 | 8.35 | - |
| YUV | 137.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 55 | 0.28 | 0 | 0.66 | 0.36 | 85 | 0.5 | 0.43 |
| Hex | 76 | A3 | 37 | 1C | 0 | 42 | 24 | 55 | 32 | 2B |
| Octal | 166 | 243 | 67 | 34 | 0 | 102 | 44 | 125 | 62 | 53 |
| Binary | 1110110 | 10100011 | 110111 | 11100 | 0 | 1000010 | 100100 | 1010101 | 110010 | 101011 |
Color Harmonies of #76A337
Complementary color
Monochromatic Colors of #76A337
Black with #76A337
Text Example
Text Example
White with #76A337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A337; }
p { color: rgb(118,163,55); }
H1.HeaderClassName
{
color: #76A337;
}
.AnyTagClassName
{
color: #76A337;
}
</style>
background-color css
<style>
a { background-color: #76A337; }
a { background-color: rgb(118,163,55); }
div.DivClassName
{
background-color: #76A337;
}
.BgClassName
{
background-color: #76A337;
}
</style>
border-color css
<style>
span { border-color: #76A337; }
span { border-color: rgb(118,163,55); }
td.TdClassName
{
border-color: #76A337;
}
.TagClassName
{
border-color: #76A337;
}
</style>