Shades of Wasabi #728B3F
Tints of Wasabi #728B3F
RGB
CMYK
RGB Variations
Color information
#728B3F (or 0x728B3F) is known color: Wasabi. HEX triplet: 72, 8B and 3F. RGB value is (114,139,63). Sum of RGB (Red+Green+Blue) = 114+139+63=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #728B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728B3F is #8D74C0. Grayscale: #7B7B7B. Windows color (decimal): -9270465 or 4164466. OLE color: 4164466.
HSL color Cylindrical-coordinate representation of color #728B3F: hue angle of 79.74º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #728B3F is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 63 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.45 |
| HSL | 79.74º | 0.38% | 0.4% | - |
| HSV(B) | 79.74º | 0.55% | 0.55% | - |
| XYZ | 17.07 | 22.4 | 8.13 | - |
| YUV | 122.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 63 | 0.18 | 0 | 0.55 | 0.45 | 79.74 | 0.38 | 0.4 |
| Hex | 72 | 8B | 3F | 12 | 0 | 37 | 2D | 50 | 26 | 28 |
| Octal | 162 | 213 | 77 | 22 | 0 | 67 | 55 | 120 | 46 | 50 |
| Binary | 1110010 | 10001011 | 111111 | 10010 | 0 | 110111 | 101101 | 1010000 | 100110 | 101000 |
Color Harmonies of #728B3F
Complementary color
Monochromatic Colors of #728B3F
Black with #728B3F
Text Example
Text Example
White with #728B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B3F; }
p { color: rgb(114,139,63); }
H1.HeaderClassName
{
color: #728B3F;
}
.AnyTagClassName
{
color: #728B3F;
}
</style>
background-color css
<style>
a { background-color: #728B3F; }
a { background-color: rgb(114,139,63); }
div.DivClassName
{
background-color: #728B3F;
}
.BgClassName
{
background-color: #728B3F;
}
</style>
border-color css
<style>
span { border-color: #728B3F; }
span { border-color: rgb(114,139,63); }
td.TdClassName
{
border-color: #728B3F;
}
.TagClassName
{
border-color: #728B3F;
}
</style>