Shades of Sushi #76A93A
Tints of Sushi #76A93A
RGB
CMYK
RGB Variations
Color information
#76A93A (or 0x76A93A) is known color: Sushi. HEX triplet: 76, A9 and 3A. RGB value is (118,169,58). Sum of RGB (Red+Green+Blue) = 118+169+58=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #76A93A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A93A is #8956C5. Grayscale: #8D8D8D. Windows color (decimal): -9000646 or 3844470. OLE color: 3844470.
HSL color Cylindrical-coordinate representation of color #76A93A: hue angle of 87.57º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76A93A is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 58 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.34 |
| HSL | 87.57º | 0.49% | 0.45% | - |
| HSV(B) | 87.57º | 0.66% | 0.66% | - |
| XYZ | 22.42 | 32.53 | 9.1 | - |
| YUV | 141.1 | 81.1 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 58 | 0.30 | 0 | 0.66 | 0.34 | 87.57 | 0.49 | 0.45 |
| Hex | 76 | A9 | 3A | 1E | 0 | 42 | 22 | 58 | 31 | 2D |
| Octal | 166 | 251 | 72 | 36 | 0 | 102 | 42 | 130 | 61 | 55 |
| Binary | 1110110 | 10101001 | 111010 | 11110 | 0 | 1000010 | 100010 | 1011000 | 110001 | 101101 |
Color Harmonies of #76A93A
Complementary color
Monochromatic Colors of #76A93A
Black with #76A93A
Text Example
Text Example
White with #76A93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A93A; }
p { color: rgb(118,169,58); }
H1.HeaderClassName
{
color: #76A93A;
}
.AnyTagClassName
{
color: #76A93A;
}
</style>
background-color css
<style>
a { background-color: #76A93A; }
a { background-color: rgb(118,169,58); }
div.DivClassName
{
background-color: #76A93A;
}
.BgClassName
{
background-color: #76A93A;
}
</style>
border-color css
<style>
span { border-color: #76A93A; }
span { border-color: rgb(118,169,58); }
td.TdClassName
{
border-color: #76A93A;
}
.TagClassName
{
border-color: #76A93A;
}
</style>