Shades of Sushi #76A83A
Tints of Sushi #76A83A
RGB
CMYK
RGB Variations
Color information
#76A83A (or 0x76A83A) is known color: Sushi. HEX triplet: 76, A8 and 3A. RGB value is (118,168,58). Sum of RGB (Red+Green+Blue) = 118+168+58=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 168 - color contains mainly: green. Hex color #76A83A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A83A is #8957C5. Grayscale: #8C8C8C. Windows color (decimal): -9000902 or 3844214. OLE color: 3844214.
HSL color Cylindrical-coordinate representation of color #76A83A: hue angle of 87.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76A83A is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 168 | 58 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.34 |
| HSL | 87.27º | 0.49% | 0.44% | - |
| HSV(B) | 87.27º | 0.65% | 0.66% | - |
| XYZ | 22.24 | 32.16 | 9.04 | - |
| YUV | 140.51 | 81.44 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 58 | 0.30 | 0 | 0.65 | 0.34 | 87.27 | 0.49 | 0.44 |
| Hex | 76 | A8 | 3A | 1E | 0 | 41 | 22 | 57 | 31 | 2C |
| Octal | 166 | 250 | 72 | 36 | 0 | 101 | 42 | 127 | 61 | 54 |
| Binary | 1110110 | 10101000 | 111010 | 11110 | 0 | 1000001 | 100010 | 1010111 | 110001 | 101100 |
Color Harmonies of #76A83A
Complementary color
Monochromatic Colors of #76A83A
Black with #76A83A
Text Example
Text Example
White with #76A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A83A; }
p { color: rgb(118,168,58); }
H1.HeaderClassName
{
color: #76A83A;
}
.AnyTagClassName
{
color: #76A83A;
}
</style>
background-color css
<style>
a { background-color: #76A83A; }
a { background-color: rgb(118,168,58); }
div.DivClassName
{
background-color: #76A83A;
}
.BgClassName
{
background-color: #76A83A;
}
</style>
border-color css
<style>
span { border-color: #76A83A; }
span { border-color: rgb(118,168,58); }
td.TdClassName
{
border-color: #76A83A;
}
.TagClassName
{
border-color: #76A83A;
}
</style>