Shades of Wasabi #728638
Tints of Wasabi #728638
RGB
CMYK
RGB Variations
Color information
#728638 (or 0x728638) is known color: Wasabi. HEX triplet: 72, 86 and 38. RGB value is (114,134,56). Sum of RGB (Red+Green+Blue) = 114+134+56=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #728638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728638 is #8D79C7. Grayscale: #777777. Windows color (decimal): -9271752 or 3704434. OLE color: 3704434.
HSL color Cylindrical-coordinate representation of color #728638: hue angle of 75.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #728638 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 56 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.47 |
| HSL | 75.38º | 0.41% | 0.37% | - |
| HSV(B) | 75.38º | 0.58% | 0.53% | - |
| XYZ | 16.18 | 20.91 | 6.93 | - |
| YUV | 119.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 56 | 0.15 | 0 | 0.58 | 0.47 | 75.38 | 0.41 | 0.37 |
| Hex | 72 | 86 | 38 | F | 0 | 3A | 2F | 4B | 29 | 25 |
| Octal | 162 | 206 | 70 | 17 | 0 | 72 | 57 | 113 | 51 | 45 |
| Binary | 1110010 | 10000110 | 111000 | 1111 | 0 | 111010 | 101111 | 1001011 | 101001 | 100101 |
Color Harmonies of #728638
Complementary color
Monochromatic Colors of #728638
Black with #728638
Text Example
Text Example
White with #728638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728638; }
p { color: rgb(114,134,56); }
H1.HeaderClassName
{
color: #728638;
}
.AnyTagClassName
{
color: #728638;
}
</style>
background-color css
<style>
a { background-color: #728638; }
a { background-color: rgb(114,134,56); }
div.DivClassName
{
background-color: #728638;
}
.BgClassName
{
background-color: #728638;
}
</style>
border-color css
<style>
span { border-color: #728638; }
span { border-color: rgb(114,134,56); }
td.TdClassName
{
border-color: #728638;
}
.TagClassName
{
border-color: #728638;
}
</style>