Shades of Wasabi #728239
Tints of Wasabi #728239
RGB
CMYK
RGB Variations
Color information
#728239 (or 0x728239) is known color: Wasabi. HEX triplet: 72, 82 and 39. RGB value is (114,130,57). Sum of RGB (Red+Green+Blue) = 114+130+57=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #728239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728239 is #8D7DC6. Grayscale: #757575. Windows color (decimal): -9272775 or 3768946. OLE color: 3768946.
HSL color Cylindrical-coordinate representation of color #728239: hue angle of 73.15º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #728239 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 57 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.49 |
| HSL | 73.15º | 0.39% | 0.37% | - |
| HSV(B) | 73.15º | 0.56% | 0.51% | - |
| XYZ | 15.66 | 19.84 | 6.87 | - |
| YUV | 116.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 57 | 0.12 | 0 | 0.56 | 0.49 | 73.15 | 0.39 | 0.37 |
| Hex | 72 | 82 | 39 | C | 0 | 38 | 31 | 49 | 27 | 25 |
| Octal | 162 | 202 | 71 | 14 | 0 | 70 | 61 | 111 | 47 | 45 |
| Binary | 1110010 | 10000010 | 111001 | 1100 | 0 | 111000 | 110001 | 1001001 | 100111 | 100101 |
Color Harmonies of #728239
Complementary color
Monochromatic Colors of #728239
Black with #728239
Text Example
Text Example
White with #728239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728239; }
p { color: rgb(114,130,57); }
H1.HeaderClassName
{
color: #728239;
}
.AnyTagClassName
{
color: #728239;
}
</style>
background-color css
<style>
a { background-color: #728239; }
a { background-color: rgb(114,130,57); }
div.DivClassName
{
background-color: #728239;
}
.BgClassName
{
background-color: #728239;
}
</style>
border-color css
<style>
span { border-color: #728239; }
span { border-color: rgb(114,130,57); }
td.TdClassName
{
border-color: #728239;
}
.TagClassName
{
border-color: #728239;
}
</style>