Shades of Sushi #76A035
Tints of Sushi #76A035
RGB
CMYK
RGB Variations
Color information
#76A035 (or 0x76A035) is known color: Sushi. HEX triplet: 76, A0 and 35. RGB value is (118,160,53). Sum of RGB (Red+Green+Blue) = 118+160+53=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #76A035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A035 is #895FCA. Grayscale: #878787. Windows color (decimal): -9002955 or 3514486. OLE color: 3514486.
HSL color Cylindrical-coordinate representation of color #76A035: hue angle of 83.55º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76A035 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 53 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.37 |
| HSL | 83.55º | 0.5% | 0.42% | - |
| HSV(B) | 83.55º | 0.67% | 0.63% | - |
| XYZ | 20.68 | 29.25 | 7.92 | - |
| YUV | 135.24 | 81.59 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 53 | 0.26 | 0 | 0.67 | 0.37 | 83.55 | 0.5 | 0.42 |
| Hex | 76 | A0 | 35 | 1A | 0 | 43 | 25 | 54 | 32 | 2A |
| Octal | 166 | 240 | 65 | 32 | 0 | 103 | 45 | 124 | 62 | 52 |
| Binary | 1110110 | 10100000 | 110101 | 11010 | 0 | 1000011 | 100101 | 1010100 | 110010 | 101010 |
Color Harmonies of #76A035
Complementary color
Monochromatic Colors of #76A035
Black with #76A035
Text Example
Text Example
White with #76A035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A035; }
p { color: rgb(118,160,53); }
H1.HeaderClassName
{
color: #76A035;
}
.AnyTagClassName
{
color: #76A035;
}
</style>
background-color css
<style>
a { background-color: #76A035; }
a { background-color: rgb(118,160,53); }
div.DivClassName
{
background-color: #76A035;
}
.BgClassName
{
background-color: #76A035;
}
</style>
border-color css
<style>
span { border-color: #76A035; }
span { border-color: rgb(118,160,53); }
td.TdClassName
{
border-color: #76A035;
}
.TagClassName
{
border-color: #76A035;
}
</style>