Shades of Wasabi #718B3C
Tints of Wasabi #718B3C
RGB
CMYK
RGB Variations
Color information
#718B3C (or 0x718B3C) is known color: Wasabi. HEX triplet: 71, 8B and 3C. RGB value is (113,139,60). Sum of RGB (Red+Green+Blue) = 113+139+60=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #718B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B3C is #8E74C3. Grayscale: #7A7A7A. Windows color (decimal): -9336004 or 3967857. OLE color: 3967857.
HSL color Cylindrical-coordinate representation of color #718B3C: hue angle of 79.75º 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 #718B3C is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 60 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.45 |
| HSL | 79.75º | 0.4% | 0.39% | - |
| HSV(B) | 79.75º | 0.57% | 0.55% | - |
| XYZ | 16.86 | 22.3 | 7.69 | - |
| YUV | 122.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 60 | 0.19 | 0 | 0.57 | 0.45 | 79.75 | 0.4 | 0.39 |
| Hex | 71 | 8B | 3C | 13 | 0 | 39 | 2D | 50 | 28 | 27 |
| Octal | 161 | 213 | 74 | 23 | 0 | 71 | 55 | 120 | 50 | 47 |
| Binary | 1110001 | 10001011 | 111100 | 10011 | 0 | 111001 | 101101 | 1010000 | 101000 | 100111 |
Color Harmonies of #718B3C
Complementary color
Monochromatic Colors of #718B3C
Black with #718B3C
Text Example
Text Example
White with #718B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B3C; }
p { color: rgb(113,139,60); }
H1.HeaderClassName
{
color: #718B3C;
}
.AnyTagClassName
{
color: #718B3C;
}
</style>
background-color css
<style>
a { background-color: #718B3C; }
a { background-color: rgb(113,139,60); }
div.DivClassName
{
background-color: #718B3C;
}
.BgClassName
{
background-color: #718B3C;
}
</style>
border-color css
<style>
span { border-color: #718B3C; }
span { border-color: rgb(113,139,60); }
td.TdClassName
{
border-color: #718B3C;
}
.TagClassName
{
border-color: #718B3C;
}
</style>