Shades of Sushi #76AD34
Tints of Sushi #76AD34
RGB
CMYK
RGB Variations
Color information
#76AD34 (or 0x76AD34) is known color: Sushi. HEX triplet: 76, AD and 34. RGB value is (118,173,52). Sum of RGB (Red+Green+Blue) = 118+173+52=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AD34 is #8952CB. Grayscale: #8F8F8F. Windows color (decimal): -8999628 or 3452278. OLE color: 3452278.
HSL color Cylindrical-coordinate representation of color #76AD34: hue angle of 87.27º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76AD34 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 173 | 52 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.32 |
| HSL | 87.27º | 0.54% | 0.44% | - |
| HSV(B) | 87.27º | 0.7% | 0.68% | - |
| XYZ | 23.03 | 33.99 | 8.59 | - |
| YUV | 142.76 | 76.78 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 52 | 0.32 | 0 | 0.70 | 0.32 | 87.27 | 0.54 | 0.44 |
| Hex | 76 | AD | 34 | 20 | 0 | 46 | 20 | 57 | 36 | 2C |
| Octal | 166 | 255 | 64 | 40 | 0 | 106 | 40 | 127 | 66 | 54 |
| Binary | 1110110 | 10101101 | 110100 | 100000 | 0 | 1000110 | 100000 | 1010111 | 110110 | 101100 |
Color Harmonies of #76AD34
Complementary color
Monochromatic Colors of #76AD34
Black with #76AD34
Text Example
Text Example
White with #76AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AD34; }
p { color: rgb(118,173,52); }
H1.HeaderClassName
{
color: #76AD34;
}
.AnyTagClassName
{
color: #76AD34;
}
</style>
background-color css
<style>
a { background-color: #76AD34; }
a { background-color: rgb(118,173,52); }
div.DivClassName
{
background-color: #76AD34;
}
.BgClassName
{
background-color: #76AD34;
}
</style>
border-color css
<style>
span { border-color: #76AD34; }
span { border-color: rgb(118,173,52); }
td.TdClassName
{
border-color: #76AD34;
}
.TagClassName
{
border-color: #76AD34;
}
</style>