Shades of Wasabi #728843
Tints of Wasabi #728843
RGB
CMYK
RGB Variations
Color information
#728843 (or 0x728843) is known color: Wasabi. HEX triplet: 72, 88 and 43. RGB value is (114,136,67). Sum of RGB (Red+Green+Blue) = 114+136+67=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #728843 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728843 is #8D77BC. Grayscale: #797979. Windows color (decimal): -9271229 or 4425842. OLE color: 4425842.
HSL color Cylindrical-coordinate representation of color #728843: hue angle of 79.13º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #728843 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 67 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.47 |
| HSL | 79.13º | 0.34% | 0.4% | - |
| HSV(B) | 79.13º | 0.51% | 0.53% | - |
| XYZ | 16.76 | 21.59 | 8.59 | - |
| YUV | 121.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 67 | 0.16 | 0 | 0.51 | 0.47 | 79.13 | 0.34 | 0.4 |
| Hex | 72 | 88 | 43 | 10 | 0 | 33 | 2F | 4F | 22 | 28 |
| Octal | 162 | 210 | 103 | 20 | 0 | 63 | 57 | 117 | 42 | 50 |
| Binary | 1110010 | 10001000 | 1000011 | 10000 | 0 | 110011 | 101111 | 1001111 | 100010 | 101000 |
Color Harmonies of #728843
Complementary color
Monochromatic Colors of #728843
Black with #728843
Text Example
Text Example
White with #728843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728843; }
p { color: rgb(114,136,67); }
H1.HeaderClassName
{
color: #728843;
}
.AnyTagClassName
{
color: #728843;
}
</style>
background-color css
<style>
a { background-color: #728843; }
a { background-color: rgb(114,136,67); }
div.DivClassName
{
background-color: #728843;
}
.BgClassName
{
background-color: #728843;
}
</style>
border-color css
<style>
span { border-color: #728843; }
span { border-color: rgb(114,136,67); }
td.TdClassName
{
border-color: #728843;
}
.TagClassName
{
border-color: #728843;
}
</style>