Shades of Sushi #76A32E
Tints of Sushi #76A32E
RGB
CMYK
RGB Variations
Color information
#76A32E (or 0x76A32E) is known color: Sushi. HEX triplet: 76, A3 and 2E. RGB value is (118,163,46). Sum of RGB (Red+Green+Blue) = 118+163+46=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #76A32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A32E is #895CD1. Grayscale: #888888. Windows color (decimal): -9002194 or 3056502. OLE color: 3056502.
HSL color Cylindrical-coordinate representation of color #76A32E: hue angle of 83.08º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76A32E is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 163 | 46 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.36 |
| HSL | 83.08º | 0.56% | 0.41% | - |
| HSV(B) | 83.08º | 0.72% | 0.64% | - |
| XYZ | 21.06 | 30.24 | 7.31 | - |
| YUV | 136.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 46 | 0.28 | 0 | 0.72 | 0.36 | 83.08 | 0.56 | 0.41 |
| Hex | 76 | A3 | 2E | 1C | 0 | 48 | 24 | 53 | 38 | 29 |
| Octal | 166 | 243 | 56 | 34 | 0 | 110 | 44 | 123 | 70 | 51 |
| Binary | 1110110 | 10100011 | 101110 | 11100 | 0 | 1001000 | 100100 | 1010011 | 111000 | 101001 |
Color Harmonies of #76A32E
Complementary color
Monochromatic Colors of #76A32E
Black with #76A32E
Text Example
Text Example
White with #76A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A32E; }
p { color: rgb(118,163,46); }
H1.HeaderClassName
{
color: #76A32E;
}
.AnyTagClassName
{
color: #76A32E;
}
</style>
background-color css
<style>
a { background-color: #76A32E; }
a { background-color: rgb(118,163,46); }
div.DivClassName
{
background-color: #76A32E;
}
.BgClassName
{
background-color: #76A32E;
}
</style>
border-color css
<style>
span { border-color: #76A32E; }
span { border-color: rgb(118,163,46); }
td.TdClassName
{
border-color: #76A32E;
}
.TagClassName
{
border-color: #76A32E;
}
</style>