Shades of Wasabi #728743
Tints of Wasabi #728743
RGB
CMYK
RGB Variations
Color information
#728743 (or 0x728743) is known color: Wasabi. HEX triplet: 72, 87 and 43. RGB value is (114,135,67). Sum of RGB (Red+Green+Blue) = 114+135+67=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #728743 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728743 is #8D78BC. Grayscale: #797979. Windows color (decimal): -9271485 or 4425586. OLE color: 4425586.
HSL color Cylindrical-coordinate representation of color #728743: hue angle of 78.53º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #728743 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 67 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.47 |
| HSL | 78.53º | 0.34% | 0.4% | - |
| HSV(B) | 78.53º | 0.5% | 0.53% | - |
| XYZ | 16.62 | 21.31 | 8.55 | - |
| YUV | 120.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 67 | 0.16 | 0 | 0.50 | 0.47 | 78.53 | 0.34 | 0.4 |
| Hex | 72 | 87 | 43 | 10 | 0 | 32 | 2F | 4F | 22 | 28 |
| Octal | 162 | 207 | 103 | 20 | 0 | 62 | 57 | 117 | 42 | 50 |
| Binary | 1110010 | 10000111 | 1000011 | 10000 | 0 | 110010 | 101111 | 1001111 | 100010 | 101000 |
Color Harmonies of #728743
Complementary color
Monochromatic Colors of #728743
Black with #728743
Text Example
Text Example
White with #728743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728743; }
p { color: rgb(114,135,67); }
H1.HeaderClassName
{
color: #728743;
}
.AnyTagClassName
{
color: #728743;
}
</style>
background-color css
<style>
a { background-color: #728743; }
a { background-color: rgb(114,135,67); }
div.DivClassName
{
background-color: #728743;
}
.BgClassName
{
background-color: #728743;
}
</style>
border-color css
<style>
span { border-color: #728743; }
span { border-color: rgb(114,135,67); }
td.TdClassName
{
border-color: #728743;
}
.TagClassName
{
border-color: #728743;
}
</style>