Shades of Wasabi #76893B
Tints of Wasabi #76893B
RGB
CMYK
RGB Variations
Color information
#76893B (or 0x76893B) is known color: Wasabi. HEX triplet: 76, 89 and 3B. RGB value is (118,137,59). Sum of RGB (Red+Green+Blue) = 118+137+59=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #76893B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76893B is #8976C4. Grayscale: #7A7A7A. Windows color (decimal): -9008837 or 3901814. OLE color: 3901814.
HSL color Cylindrical-coordinate representation of color #76893B: hue angle of 74.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76893B is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 137 | 59 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.46 |
| HSL | 74.62º | 0.4% | 0.38% | - |
| HSV(B) | 74.62º | 0.57% | 0.54% | - |
| XYZ | 17.21 | 22.06 | 7.49 | - |
| YUV | 122.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 59 | 0.14 | 0 | 0.57 | 0.46 | 74.62 | 0.4 | 0.38 |
| Hex | 76 | 89 | 3B | E | 0 | 39 | 2E | 4B | 28 | 26 |
| Octal | 166 | 211 | 73 | 16 | 0 | 71 | 56 | 113 | 50 | 46 |
| Binary | 1110110 | 10001001 | 111011 | 1110 | 0 | 111001 | 101110 | 1001011 | 101000 | 100110 |
Color Harmonies of #76893B
Complementary color
Monochromatic Colors of #76893B
Black with #76893B
Text Example
Text Example
White with #76893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76893B; }
p { color: rgb(118,137,59); }
H1.HeaderClassName
{
color: #76893B;
}
.AnyTagClassName
{
color: #76893B;
}
</style>
background-color css
<style>
a { background-color: #76893B; }
a { background-color: rgb(118,137,59); }
div.DivClassName
{
background-color: #76893B;
}
.BgClassName
{
background-color: #76893B;
}
</style>
border-color css
<style>
span { border-color: #76893B; }
span { border-color: rgb(118,137,59); }
td.TdClassName
{
border-color: #76893B;
}
.TagClassName
{
border-color: #76893B;
}
</style>