Shades of Sushi #76A935
Tints of Sushi #76A935
RGB
CMYK
RGB Variations
Color information
#76A935 (or 0x76A935) is known color: Sushi. HEX triplet: 76, A9 and 35. RGB value is (118,169,53). Sum of RGB (Red+Green+Blue) = 118+169+53=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #76A935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A935 is #8956CA. Grayscale: #8C8C8C. Windows color (decimal): -9000651 or 3516790. OLE color: 3516790.
HSL color Cylindrical-coordinate representation of color #76A935: hue angle of 86.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76A935 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 53 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.34 |
| HSL | 86.38º | 0.52% | 0.44% | - |
| HSV(B) | 86.38º | 0.69% | 0.66% | - |
| XYZ | 22.3 | 32.48 | 8.46 | - |
| YUV | 140.53 | 78.6 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 53 | 0.30 | 0 | 0.69 | 0.34 | 86.38 | 0.52 | 0.44 |
| Hex | 76 | A9 | 35 | 1E | 0 | 45 | 22 | 56 | 34 | 2C |
| Octal | 166 | 251 | 65 | 36 | 0 | 105 | 42 | 126 | 64 | 54 |
| Binary | 1110110 | 10101001 | 110101 | 11110 | 0 | 1000101 | 100010 | 1010110 | 110100 | 101100 |
Color Harmonies of #76A935
Complementary color
Monochromatic Colors of #76A935
Black with #76A935
Text Example
Text Example
White with #76A935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A935; }
p { color: rgb(118,169,53); }
H1.HeaderClassName
{
color: #76A935;
}
.AnyTagClassName
{
color: #76A935;
}
</style>
background-color css
<style>
a { background-color: #76A935; }
a { background-color: rgb(118,169,53); }
div.DivClassName
{
background-color: #76A935;
}
.BgClassName
{
background-color: #76A935;
}
</style>
border-color css
<style>
span { border-color: #76A935; }
span { border-color: rgb(118,169,53); }
td.TdClassName
{
border-color: #76A935;
}
.TagClassName
{
border-color: #76A935;
}
</style>