Shades of Wasabi #728C42
Tints of Wasabi #728C42
RGB
CMYK
RGB Variations
Color information
#728C42 (or 0x728C42) is known color: Wasabi. HEX triplet: 72, 8C and 42. RGB value is (114,140,66). Sum of RGB (Red+Green+Blue) = 114+140+66=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #728C42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728C42 is #8D73BD. Grayscale: #7C7C7C. Windows color (decimal): -9270206 or 4361330. OLE color: 4361330.
HSL color Cylindrical-coordinate representation of color #728C42: hue angle of 81.08º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #728C42 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 66 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.45 |
| HSL | 81.08º | 0.36% | 0.4% | - |
| HSV(B) | 81.08º | 0.53% | 0.55% | - |
| XYZ | 17.3 | 22.73 | 8.63 | - |
| YUV | 123.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 66 | 0.19 | 0 | 0.53 | 0.45 | 81.08 | 0.36 | 0.4 |
| Hex | 72 | 8C | 42 | 13 | 0 | 35 | 2D | 51 | 24 | 28 |
| Octal | 162 | 214 | 102 | 23 | 0 | 65 | 55 | 121 | 44 | 50 |
| Binary | 1110010 | 10001100 | 1000010 | 10011 | 0 | 110101 | 101101 | 1010001 | 100100 | 101000 |
Color Harmonies of #728C42
Complementary color
Monochromatic Colors of #728C42
Black with #728C42
Text Example
Text Example
White with #728C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C42; }
p { color: rgb(114,140,66); }
H1.HeaderClassName
{
color: #728C42;
}
.AnyTagClassName
{
color: #728C42;
}
</style>
background-color css
<style>
a { background-color: #728C42; }
a { background-color: rgb(114,140,66); }
div.DivClassName
{
background-color: #728C42;
}
.BgClassName
{
background-color: #728C42;
}
</style>
border-color css
<style>
span { border-color: #728C42; }
span { border-color: rgb(114,140,66); }
td.TdClassName
{
border-color: #728C42;
}
.TagClassName
{
border-color: #728C42;
}
</style>