Shades of Sushi #76A229
Tints of Sushi #76A229
RGB
CMYK
RGB Variations
Color information
#76A229 (or 0x76A229) is known color: Sushi. HEX triplet: 76, A2 and 29. RGB value is (118,162,41). Sum of RGB (Red+Green+Blue) = 118+162+41=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #76A229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A229 is #895DD6. Grayscale: #878787. Windows color (decimal): -9002455 or 2728566. OLE color: 2728566.
HSL color Cylindrical-coordinate representation of color #76A229: hue angle of 81.82º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76A229 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 41 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.36 |
| HSL | 81.82º | 0.6% | 0.4% | - |
| HSV(B) | 81.82º | 0.75% | 0.64% | - |
| XYZ | 20.79 | 29.85 | 6.76 | - |
| YUV | 135.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 41 | 0.27 | 0 | 0.75 | 0.36 | 81.82 | 0.6 | 0.4 |
| Hex | 76 | A2 | 29 | 1B | 0 | 4B | 24 | 52 | 3C | 28 |
| Octal | 166 | 242 | 51 | 33 | 0 | 113 | 44 | 122 | 74 | 50 |
| Binary | 1110110 | 10100010 | 101001 | 11011 | 0 | 1001011 | 100100 | 1010010 | 111100 | 101000 |
Color Harmonies of #76A229
Complementary color
Monochromatic Colors of #76A229
Black with #76A229
Text Example
Text Example
White with #76A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A229; }
p { color: rgb(118,162,41); }
H1.HeaderClassName
{
color: #76A229;
}
.AnyTagClassName
{
color: #76A229;
}
</style>
background-color css
<style>
a { background-color: #76A229; }
a { background-color: rgb(118,162,41); }
div.DivClassName
{
background-color: #76A229;
}
.BgClassName
{
background-color: #76A229;
}
</style>
border-color css
<style>
span { border-color: #76A229; }
span { border-color: rgb(118,162,41); }
td.TdClassName
{
border-color: #76A229;
}
.TagClassName
{
border-color: #76A229;
}
</style>