Shades of Wasabi #728240
Tints of Wasabi #728240
RGB
CMYK
RGB Variations
Color information
#728240 (or 0x728240) is known color: Wasabi. HEX triplet: 72, 82 and 40. RGB value is (114,130,64). Sum of RGB (Red+Green+Blue) = 114+130+64=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #728240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728240 is #8D7DBF. Grayscale: #757575. Windows color (decimal): -9272768 or 4227698. OLE color: 4227698.
HSL color Cylindrical-coordinate representation of color #728240: hue angle of 74.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #728240 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 64 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.49 |
| HSL | 74.55º | 0.34% | 0.38% | - |
| HSV(B) | 74.55º | 0.51% | 0.51% | - |
| XYZ | 15.85 | 19.91 | 7.86 | - |
| YUV | 117.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 64 | 0.12 | 0 | 0.51 | 0.49 | 74.55 | 0.34 | 0.38 |
| Hex | 72 | 82 | 40 | C | 0 | 33 | 31 | 4B | 22 | 26 |
| Octal | 162 | 202 | 100 | 14 | 0 | 63 | 61 | 113 | 42 | 46 |
| Binary | 1110010 | 10000010 | 1000000 | 1100 | 0 | 110011 | 110001 | 1001011 | 100010 | 100110 |
Color Harmonies of #728240
Complementary color
Monochromatic Colors of #728240
Black with #728240
Text Example
Text Example
White with #728240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728240; }
p { color: rgb(114,130,64); }
H1.HeaderClassName
{
color: #728240;
}
.AnyTagClassName
{
color: #728240;
}
</style>
background-color css
<style>
a { background-color: #728240; }
a { background-color: rgb(114,130,64); }
div.DivClassName
{
background-color: #728240;
}
.BgClassName
{
background-color: #728240;
}
</style>
border-color css
<style>
span { border-color: #728240; }
span { border-color: rgb(114,130,64); }
td.TdClassName
{
border-color: #728240;
}
.TagClassName
{
border-color: #728240;
}
</style>