Shades of Sushi #76A234
Tints of Sushi #76A234
RGB
CMYK
RGB Variations
Color information
#76A234 (or 0x76A234) is known color: Sushi. HEX triplet: 76, A2 and 34. RGB value is (118,162,52). Sum of RGB (Red+Green+Blue) = 118+162+52=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #76A234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A234 is #895DCB. Grayscale: #888888. Windows color (decimal): -9002444 or 3449462. OLE color: 3449462.
HSL color Cylindrical-coordinate representation of color #76A234: hue angle of 84º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76A234 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 52 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.36 |
| HSL | 84º | 0.51% | 0.42% | - |
| HSV(B) | 84º | 0.68% | 0.64% | - |
| XYZ | 21.01 | 29.94 | 7.92 | - |
| YUV | 136.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 52 | 0.27 | 0 | 0.68 | 0.36 | 84 | 0.51 | 0.42 |
| Hex | 76 | A2 | 34 | 1B | 0 | 44 | 24 | 54 | 33 | 2A |
| Octal | 166 | 242 | 64 | 33 | 0 | 104 | 44 | 124 | 63 | 52 |
| Binary | 1110110 | 10100010 | 110100 | 11011 | 0 | 1000100 | 100100 | 1010100 | 110011 | 101010 |
Color Harmonies of #76A234
Complementary color
Monochromatic Colors of #76A234
Black with #76A234
Text Example
Text Example
White with #76A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A234; }
p { color: rgb(118,162,52); }
H1.HeaderClassName
{
color: #76A234;
}
.AnyTagClassName
{
color: #76A234;
}
</style>
background-color css
<style>
a { background-color: #76A234; }
a { background-color: rgb(118,162,52); }
div.DivClassName
{
background-color: #76A234;
}
.BgClassName
{
background-color: #76A234;
}
</style>
border-color css
<style>
span { border-color: #76A234; }
span { border-color: rgb(118,162,52); }
td.TdClassName
{
border-color: #76A234;
}
.TagClassName
{
border-color: #76A234;
}
</style>