Shades of Sushi #76AA39
Tints of Sushi #76AA39
RGB
CMYK
RGB Variations
Color information
#76AA39 (or 0x76AA39) is known color: Sushi. HEX triplet: 76, AA and 39. RGB value is (118,170,57). Sum of RGB (Red+Green+Blue) = 118+170+57=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA39 is #8955C6. Grayscale: #8D8D8D. Windows color (decimal): -9000391 or 3779190. OLE color: 3779190.
HSL color Cylindrical-coordinate representation of color #76AA39: hue angle of 87.61º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76AA39 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 57 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.33 |
| HSL | 87.61º | 0.5% | 0.45% | - |
| HSV(B) | 87.61º | 0.66% | 0.67% | - |
| XYZ | 22.58 | 32.9 | 9.03 | - |
| YUV | 141.57 | 80.27 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 57 | 0.31 | 0 | 0.66 | 0.33 | 87.61 | 0.5 | 0.45 |
| Hex | 76 | AA | 39 | 1F | 0 | 42 | 21 | 58 | 32 | 2D |
| Octal | 166 | 252 | 71 | 37 | 0 | 102 | 41 | 130 | 62 | 55 |
| Binary | 1110110 | 10101010 | 111001 | 11111 | 0 | 1000010 | 100001 | 1011000 | 110010 | 101101 |
Color Harmonies of #76AA39
Complementary color
Monochromatic Colors of #76AA39
Black with #76AA39
Text Example
Text Example
White with #76AA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA39; }
p { color: rgb(118,170,57); }
H1.HeaderClassName
{
color: #76AA39;
}
.AnyTagClassName
{
color: #76AA39;
}
</style>
background-color css
<style>
a { background-color: #76AA39; }
a { background-color: rgb(118,170,57); }
div.DivClassName
{
background-color: #76AA39;
}
.BgClassName
{
background-color: #76AA39;
}
</style>
border-color css
<style>
span { border-color: #76AA39; }
span { border-color: rgb(118,170,57); }
td.TdClassName
{
border-color: #76AA39;
}
.TagClassName
{
border-color: #76AA39;
}
</style>