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