Shades of Sushi #76A93C
Tints of Sushi #76A93C
RGB
CMYK
RGB Variations
Color information
#76A93C (or 0x76A93C) is known color: Sushi. HEX triplet: 76, A9 and 3C. RGB value is (118,169,60). Sum of RGB (Red+Green+Blue) = 118+169+60=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #76A93C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A93C is #8956C3. Grayscale: #8D8D8D. Windows color (decimal): -9000644 or 3975542. OLE color: 3975542.
HSL color Cylindrical-coordinate representation of color #76A93C: hue angle of 88.07º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76A93C is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 169 | 60 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.34 |
| HSL | 88.07º | 0.48% | 0.45% | - |
| HSV(B) | 88.07º | 0.64% | 0.66% | - |
| XYZ | 22.47 | 32.55 | 9.37 | - |
| YUV | 141.33 | 82.1 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 169 | 60 | 0.30 | 0 | 0.64 | 0.34 | 88.07 | 0.48 | 0.45 |
| Hex | 76 | A9 | 3C | 1E | 0 | 40 | 22 | 58 | 30 | 2D |
| Octal | 166 | 251 | 74 | 36 | 0 | 100 | 42 | 130 | 60 | 55 |
| Binary | 1110110 | 10101001 | 111100 | 11110 | 0 | 1000000 | 100010 | 1011000 | 110000 | 101101 |
Color Harmonies of #76A93C
Complementary color
Monochromatic Colors of #76A93C
Black with #76A93C
Text Example
Text Example
White with #76A93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A93C; }
p { color: rgb(118,169,60); }
H1.HeaderClassName
{
color: #76A93C;
}
.AnyTagClassName
{
color: #76A93C;
}
</style>
background-color css
<style>
a { background-color: #76A93C; }
a { background-color: rgb(118,169,60); }
div.DivClassName
{
background-color: #76A93C;
}
.BgClassName
{
background-color: #76A93C;
}
</style>
border-color css
<style>
span { border-color: #76A93C; }
span { border-color: rgb(118,169,60); }
td.TdClassName
{
border-color: #76A93C;
}
.TagClassName
{
border-color: #76A93C;
}
</style>