Shades of Sushi #72A040
Tints of Sushi #72A040
RGB
CMYK
RGB Variations
Color information
#72A040 (or 0x72A040) is known color: Sushi. HEX triplet: 72, A0 and 40. RGB value is (114,160,64). Sum of RGB (Red+Green+Blue) = 114+160+64=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #72A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A040 is #8D5FBF. Grayscale: #878787. Windows color (decimal): -9265088 or 4235378. OLE color: 4235378.
HSL color Cylindrical-coordinate representation of color #72A040: hue angle of 88.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72A040 is Cyan = 0.29, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 64 | - |
| CMYK | 0.29 | 0 | 0.6 | 0.37 |
| HSL | 88.75º | 0.43% | 0.44% | - |
| HSV(B) | 88.75º | 0.6% | 0.63% | - |
| XYZ | 20.44 | 29.09 | 9.39 | - |
| YUV | 135.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 64 | 0.29 | 0 | 0.6 | 0.37 | 88.75 | 0.43 | 0.44 |
| Hex | 72 | A0 | 40 | 1D | 0 | 3C | 25 | 59 | 2B | 2C |
| Octal | 162 | 240 | 100 | 35 | 0 | 74 | 45 | 131 | 53 | 54 |
| Binary | 1110010 | 10100000 | 1000000 | 11101 | 0 | 111100 | 100101 | 1011001 | 101011 | 101100 |
Color Harmonies of #72A040
Complementary color
Monochromatic Colors of #72A040
Black with #72A040
Text Example
Text Example
White with #72A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A040; }
p { color: rgb(114,160,64); }
H1.HeaderClassName
{
color: #72A040;
}
.AnyTagClassName
{
color: #72A040;
}
</style>
background-color css
<style>
a { background-color: #72A040; }
a { background-color: rgb(114,160,64); }
div.DivClassName
{
background-color: #72A040;
}
.BgClassName
{
background-color: #72A040;
}
</style>
border-color css
<style>
span { border-color: #72A040; }
span { border-color: rgb(114,160,64); }
td.TdClassName
{
border-color: #72A040;
}
.TagClassName
{
border-color: #72A040;
}
</style>