Shades of Sushi #76AD36
Tints of Sushi #76AD36
RGB
CMYK
RGB Variations
Color information
#76AD36 (or 0x76AD36) is known color: Sushi. HEX triplet: 76, AD and 36. RGB value is (118,173,54). Sum of RGB (Red+Green+Blue) = 118+173+54=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AD36 is #8952C9. Grayscale: #8F8F8F. Windows color (decimal): -8999626 or 3583350. OLE color: 3583350.
HSL color Cylindrical-coordinate representation of color #76AD36: hue angle of 87.73º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76AD36 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 173 | 54 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.32 |
| HSL | 87.73º | 0.52% | 0.45% | - |
| HSV(B) | 87.73º | 0.69% | 0.68% | - |
| XYZ | 23.08 | 34.01 | 8.84 | - |
| YUV | 142.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 54 | 0.32 | 0 | 0.69 | 0.32 | 87.73 | 0.52 | 0.45 |
| Hex | 76 | AD | 36 | 20 | 0 | 45 | 20 | 58 | 34 | 2D |
| Octal | 166 | 255 | 66 | 40 | 0 | 105 | 40 | 130 | 64 | 55 |
| Binary | 1110110 | 10101101 | 110110 | 100000 | 0 | 1000101 | 100000 | 1011000 | 110100 | 101101 |
Color Harmonies of #76AD36
Complementary color
Monochromatic Colors of #76AD36
Black with #76AD36
Text Example
Text Example
White with #76AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AD36; }
p { color: rgb(118,173,54); }
H1.HeaderClassName
{
color: #76AD36;
}
.AnyTagClassName
{
color: #76AD36;
}
</style>
background-color css
<style>
a { background-color: #76AD36; }
a { background-color: rgb(118,173,54); }
div.DivClassName
{
background-color: #76AD36;
}
.BgClassName
{
background-color: #76AD36;
}
</style>
border-color css
<style>
span { border-color: #76AD36; }
span { border-color: rgb(118,173,54); }
td.TdClassName
{
border-color: #76AD36;
}
.TagClassName
{
border-color: #76AD36;
}
</style>