Shades of Wasabi #72863A
Tints of Wasabi #72863A
RGB
CMYK
RGB Variations
Color information
#72863A (or 0x72863A) is known color: Wasabi. HEX triplet: 72, 86 and 3A. RGB value is (114,134,58). Sum of RGB (Red+Green+Blue) = 114+134+58=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #72863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72863A is #8D79C5. Grayscale: #777777. Windows color (decimal): -9271750 or 3835506. OLE color: 3835506.
HSL color Cylindrical-coordinate representation of color #72863A: hue angle of 75.79º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72863A is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 58 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.47 |
| HSL | 75.79º | 0.4% | 0.38% | - |
| HSV(B) | 75.79º | 0.57% | 0.53% | - |
| XYZ | 16.23 | 20.93 | 7.19 | - |
| YUV | 119.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 58 | 0.15 | 0 | 0.57 | 0.47 | 75.79 | 0.4 | 0.38 |
| Hex | 72 | 86 | 3A | F | 0 | 39 | 2F | 4C | 28 | 26 |
| Octal | 162 | 206 | 72 | 17 | 0 | 71 | 57 | 114 | 50 | 46 |
| Binary | 1110010 | 10000110 | 111010 | 1111 | 0 | 111001 | 101111 | 1001100 | 101000 | 100110 |
Color Harmonies of #72863A
Complementary color
Monochromatic Colors of #72863A
Black with #72863A
Text Example
Text Example
White with #72863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72863A; }
p { color: rgb(114,134,58); }
H1.HeaderClassName
{
color: #72863A;
}
.AnyTagClassName
{
color: #72863A;
}
</style>
background-color css
<style>
a { background-color: #72863A; }
a { background-color: rgb(114,134,58); }
div.DivClassName
{
background-color: #72863A;
}
.BgClassName
{
background-color: #72863A;
}
</style>
border-color css
<style>
span { border-color: #72863A; }
span { border-color: rgb(114,134,58); }
td.TdClassName
{
border-color: #72863A;
}
.TagClassName
{
border-color: #72863A;
}
</style>