Shades of Sushi #76A43D
Tints of Sushi #76A43D
RGB
CMYK
RGB Variations
Color information
#76A43D (or 0x76A43D) is known color: Sushi. HEX triplet: 76, A4 and 3D. RGB value is (118,164,61). Sum of RGB (Red+Green+Blue) = 118+164+61=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #76A43D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A43D is #895BC2. Grayscale: #8A8A8A. Windows color (decimal): -9001923 or 4039798. OLE color: 4039798.
HSL color Cylindrical-coordinate representation of color #76A43D: hue angle of 86.8º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76A43D is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 61 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.36 |
| HSL | 86.8º | 0.46% | 0.44% | - |
| HSV(B) | 86.8º | 0.63% | 0.64% | - |
| XYZ | 21.59 | 30.74 | 9.21 | - |
| YUV | 138.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 61 | 0.28 | 0 | 0.63 | 0.36 | 86.8 | 0.46 | 0.44 |
| Hex | 76 | A4 | 3D | 1C | 0 | 3F | 24 | 57 | 2E | 2C |
| Octal | 166 | 244 | 75 | 34 | 0 | 77 | 44 | 127 | 56 | 54 |
| Binary | 1110110 | 10100100 | 111101 | 11100 | 0 | 111111 | 100100 | 1010111 | 101110 | 101100 |
Color Harmonies of #76A43D
Complementary color
Monochromatic Colors of #76A43D
Black with #76A43D
Text Example
Text Example
White with #76A43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A43D; }
p { color: rgb(118,164,61); }
H1.HeaderClassName
{
color: #76A43D;
}
.AnyTagClassName
{
color: #76A43D;
}
</style>
background-color css
<style>
a { background-color: #76A43D; }
a { background-color: rgb(118,164,61); }
div.DivClassName
{
background-color: #76A43D;
}
.BgClassName
{
background-color: #76A43D;
}
</style>
border-color css
<style>
span { border-color: #76A43D; }
span { border-color: rgb(118,164,61); }
td.TdClassName
{
border-color: #76A43D;
}
.TagClassName
{
border-color: #76A43D;
}
</style>