Shades of Wasabi #728142
Tints of Wasabi #728142
RGB
CMYK
RGB Variations
Color information
#728142 (or 0x728142) is known color: Wasabi. HEX triplet: 72, 81 and 42. RGB value is (114,129,66). Sum of RGB (Red+Green+Blue) = 114+129+66=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #728142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728142 is #8D7EBD. Grayscale: #757575. Windows color (decimal): -9273022 or 4358514. OLE color: 4358514.
HSL color Cylindrical-coordinate representation of color #728142: hue angle of 74.29º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #728142 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 66 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.49 |
| HSL | 74.29º | 0.32% | 0.38% | - |
| HSV(B) | 74.29º | 0.49% | 0.51% | - |
| XYZ | 15.77 | 19.67 | 8.12 | - |
| YUV | 117.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 66 | 0.12 | 0 | 0.49 | 0.49 | 74.29 | 0.32 | 0.38 |
| Hex | 72 | 81 | 42 | C | 0 | 31 | 31 | 4A | 20 | 26 |
| Octal | 162 | 201 | 102 | 14 | 0 | 61 | 61 | 112 | 40 | 46 |
| Binary | 1110010 | 10000001 | 1000010 | 1100 | 0 | 110001 | 110001 | 1001010 | 100000 | 100110 |
Color Harmonies of #728142
Complementary color
Monochromatic Colors of #728142
Black with #728142
Text Example
Text Example
White with #728142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728142; }
p { color: rgb(114,129,66); }
H1.HeaderClassName
{
color: #728142;
}
.AnyTagClassName
{
color: #728142;
}
</style>
background-color css
<style>
a { background-color: #728142; }
a { background-color: rgb(114,129,66); }
div.DivClassName
{
background-color: #728142;
}
.BgClassName
{
background-color: #728142;
}
</style>
border-color css
<style>
span { border-color: #728142; }
span { border-color: rgb(114,129,66); }
td.TdClassName
{
border-color: #728142;
}
.TagClassName
{
border-color: #728142;
}
</style>