Shades of Wasabi #728B3C
Tints of Wasabi #728B3C
RGB
CMYK
RGB Variations
Color information
#728B3C (or 0x728B3C) is known color: Wasabi. HEX triplet: 72, 8B and 3C. RGB value is (114,139,60). Sum of RGB (Red+Green+Blue) = 114+139+60=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #728B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728B3C is #8D74C3. Grayscale: #7A7A7A. Windows color (decimal): -9270468 or 3967858. OLE color: 3967858.
HSL color Cylindrical-coordinate representation of color #728B3C: hue angle of 78.99º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #728B3C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 60 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.45 |
| HSL | 78.99º | 0.4% | 0.39% | - |
| HSV(B) | 78.99º | 0.57% | 0.55% | - |
| XYZ | 16.99 | 22.37 | 7.7 | - |
| YUV | 122.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 60 | 0.18 | 0 | 0.57 | 0.45 | 78.99 | 0.4 | 0.39 |
| Hex | 72 | 8B | 3C | 12 | 0 | 39 | 2D | 4F | 28 | 27 |
| Octal | 162 | 213 | 74 | 22 | 0 | 71 | 55 | 117 | 50 | 47 |
| Binary | 1110010 | 10001011 | 111100 | 10010 | 0 | 111001 | 101101 | 1001111 | 101000 | 100111 |
Color Harmonies of #728B3C
Complementary color
Monochromatic Colors of #728B3C
Black with #728B3C
Text Example
Text Example
White with #728B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B3C; }
p { color: rgb(114,139,60); }
H1.HeaderClassName
{
color: #728B3C;
}
.AnyTagClassName
{
color: #728B3C;
}
</style>
background-color css
<style>
a { background-color: #728B3C; }
a { background-color: rgb(114,139,60); }
div.DivClassName
{
background-color: #728B3C;
}
.BgClassName
{
background-color: #728B3C;
}
</style>
border-color css
<style>
span { border-color: #728B3C; }
span { border-color: rgb(114,139,60); }
td.TdClassName
{
border-color: #728B3C;
}
.TagClassName
{
border-color: #728B3C;
}
</style>