Shades of Sushi #76A435
Tints of Sushi #76A435
RGB
CMYK
RGB Variations
Color information
#76A435 (or 0x76A435) is known color: Sushi. HEX triplet: 76, A4 and 35. RGB value is (118,164,53). Sum of RGB (Red+Green+Blue) = 118+164+53=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #76A435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A435 is #895BCA. Grayscale: #898989. Windows color (decimal): -9001931 or 3515510. OLE color: 3515510.
HSL color Cylindrical-coordinate representation of color #76A435: hue angle of 84.86º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76A435 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 164 | 53 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.36 |
| HSL | 84.86º | 0.51% | 0.43% | - |
| HSV(B) | 84.86º | 0.68% | 0.64% | - |
| XYZ | 21.39 | 30.66 | 8.16 | - |
| YUV | 137.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 53 | 0.28 | 0 | 0.68 | 0.36 | 84.86 | 0.51 | 0.43 |
| Hex | 76 | A4 | 35 | 1C | 0 | 44 | 24 | 55 | 33 | 2B |
| Octal | 166 | 244 | 65 | 34 | 0 | 104 | 44 | 125 | 63 | 53 |
| Binary | 1110110 | 10100100 | 110101 | 11100 | 0 | 1000100 | 100100 | 1010101 | 110011 | 101011 |
Color Harmonies of #76A435
Complementary color
Monochromatic Colors of #76A435
Black with #76A435
Text Example
Text Example
White with #76A435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A435; }
p { color: rgb(118,164,53); }
H1.HeaderClassName
{
color: #76A435;
}
.AnyTagClassName
{
color: #76A435;
}
</style>
background-color css
<style>
a { background-color: #76A435; }
a { background-color: rgb(118,164,53); }
div.DivClassName
{
background-color: #76A435;
}
.BgClassName
{
background-color: #76A435;
}
</style>
border-color css
<style>
span { border-color: #76A435; }
span { border-color: rgb(118,164,53); }
td.TdClassName
{
border-color: #76A435;
}
.TagClassName
{
border-color: #76A435;
}
</style>