Shades of Wasabi #768B45
Tints of Wasabi #768B45
RGB
CMYK
RGB Variations
Color information
#768B45 (or 0x768B45) is known color: Wasabi. HEX triplet: 76, 8B and 45. RGB value is (118,139,69). Sum of RGB (Red+Green+Blue) = 118+139+69=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #768B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B45 is #8974BA. Grayscale: #7D7D7D. Windows color (decimal): -9008315 or 4557686. OLE color: 4557686.
HSL color Cylindrical-coordinate representation of color #768B45: hue angle of 78º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768B45 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 69 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.45 |
| HSL | 78º | 0.34% | 0.41% | - |
| HSV(B) | 78º | 0.5% | 0.55% | - |
| XYZ | 17.78 | 22.75 | 9.08 | - |
| YUV | 124.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 69 | 0.15 | 0 | 0.50 | 0.45 | 78 | 0.34 | 0.41 |
| Hex | 76 | 8B | 45 | F | 0 | 32 | 2D | 4E | 22 | 29 |
| Octal | 166 | 213 | 105 | 17 | 0 | 62 | 55 | 116 | 42 | 51 |
| Binary | 1110110 | 10001011 | 1000101 | 1111 | 0 | 110010 | 101101 | 1001110 | 100010 | 101001 |
Color Harmonies of #768B45
Complementary color
Monochromatic Colors of #768B45
Black with #768B45
Text Example
Text Example
White with #768B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B45; }
p { color: rgb(118,139,69); }
H1.HeaderClassName
{
color: #768B45;
}
.AnyTagClassName
{
color: #768B45;
}
</style>
background-color css
<style>
a { background-color: #768B45; }
a { background-color: rgb(118,139,69); }
div.DivClassName
{
background-color: #768B45;
}
.BgClassName
{
background-color: #768B45;
}
</style>
border-color css
<style>
span { border-color: #768B45; }
span { border-color: rgb(118,139,69); }
td.TdClassName
{
border-color: #768B45;
}
.TagClassName
{
border-color: #768B45;
}
</style>