Shades of Wasabi #728A3E
Tints of Wasabi #728A3E
RGB
CMYK
RGB Variations
Color information
#728A3E (or 0x728A3E) is known color: Wasabi. HEX triplet: 72, 8A and 3E. RGB value is (114,138,62). Sum of RGB (Red+Green+Blue) = 114+138+62=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #728A3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728A3E is #8D75C1. Grayscale: #7A7A7A. Windows color (decimal): -9270722 or 4098674. OLE color: 4098674.
HSL color Cylindrical-coordinate representation of color #728A3E: hue angle of 78.95º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #728A3E is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 62 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.46 |
| HSL | 78.95º | 0.38% | 0.39% | - |
| HSV(B) | 78.95º | 0.55% | 0.54% | - |
| XYZ | 16.9 | 22.1 | 7.93 | - |
| YUV | 122.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 62 | 0.17 | 0 | 0.55 | 0.46 | 78.95 | 0.38 | 0.39 |
| Hex | 72 | 8A | 3E | 11 | 0 | 37 | 2E | 4F | 26 | 27 |
| Octal | 162 | 212 | 76 | 21 | 0 | 67 | 56 | 117 | 46 | 47 |
| Binary | 1110010 | 10001010 | 111110 | 10001 | 0 | 110111 | 101110 | 1001111 | 100110 | 100111 |
Color Harmonies of #728A3E
Complementary color
Monochromatic Colors of #728A3E
Black with #728A3E
Text Example
Text Example
White with #728A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A3E; }
p { color: rgb(114,138,62); }
H1.HeaderClassName
{
color: #728A3E;
}
.AnyTagClassName
{
color: #728A3E;
}
</style>
background-color css
<style>
a { background-color: #728A3E; }
a { background-color: rgb(114,138,62); }
div.DivClassName
{
background-color: #728A3E;
}
.BgClassName
{
background-color: #728A3E;
}
</style>
border-color css
<style>
span { border-color: #728A3E; }
span { border-color: rgb(114,138,62); }
td.TdClassName
{
border-color: #728A3E;
}
.TagClassName
{
border-color: #728A3E;
}
</style>