Shades of Sushi #76A024
Tints of Sushi #76A024
RGB
CMYK
RGB Variations
Color information
#76A024 (or 0x76A024) is known color: Sushi. HEX triplet: 76, A0 and 24. RGB value is (118,160,36). Sum of RGB (Red+Green+Blue) = 118+160+36=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #76A024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A024 is #895FDB. Grayscale: #858585. Windows color (decimal): -9002972 or 2400374. OLE color: 2400374.
HSL color Cylindrical-coordinate representation of color #76A024: hue angle of 80.32º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76A024 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 36 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.37 |
| HSL | 80.32º | 0.63% | 0.38% | - |
| HSV(B) | 80.32º | 0.78% | 0.63% | - |
| XYZ | 20.36 | 29.12 | 6.22 | - |
| YUV | 133.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 36 | 0.26 | 0 | 0.78 | 0.37 | 80.32 | 0.63 | 0.38 |
| Hex | 76 | A0 | 24 | 1A | 0 | 4E | 25 | 50 | 3F | 26 |
| Octal | 166 | 240 | 44 | 32 | 0 | 116 | 45 | 120 | 77 | 46 |
| Binary | 1110110 | 10100000 | 100100 | 11010 | 0 | 1001110 | 100101 | 1010000 | 111111 | 100110 |
Color Harmonies of #76A024
Complementary color
Monochromatic Colors of #76A024
Black with #76A024
Text Example
Text Example
White with #76A024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A024; }
p { color: rgb(118,160,36); }
H1.HeaderClassName
{
color: #76A024;
}
.AnyTagClassName
{
color: #76A024;
}
</style>
background-color css
<style>
a { background-color: #76A024; }
a { background-color: rgb(118,160,36); }
div.DivClassName
{
background-color: #76A024;
}
.BgClassName
{
background-color: #76A024;
}
</style>
border-color css
<style>
span { border-color: #76A024; }
span { border-color: rgb(118,160,36); }
td.TdClassName
{
border-color: #76A024;
}
.TagClassName
{
border-color: #76A024;
}
</style>