Shades of Wasabi #769040
Tints of Wasabi #769040
RGB
CMYK
RGB Variations
Color information
#769040 (or 0x769040) is known color: Wasabi. HEX triplet: 76, 90 and 40. RGB value is (118,144,64). Sum of RGB (Red+Green+Blue) = 118+144+64=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #769040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769040 is #896FBF. Grayscale: #7F7F7F. Windows color (decimal): -9007040 or 4231286. OLE color: 4231286.
HSL color Cylindrical-coordinate representation of color #769040: hue angle of 79.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #769040 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 64 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.44 |
| HSL | 79.5º | 0.38% | 0.41% | - |
| HSV(B) | 79.5º | 0.56% | 0.56% | - |
| XYZ | 18.37 | 24.17 | 8.55 | - |
| YUV | 127.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 64 | 0.18 | 0 | 0.56 | 0.44 | 79.5 | 0.38 | 0.41 |
| Hex | 76 | 90 | 40 | 12 | 0 | 38 | 2C | 50 | 26 | 29 |
| Octal | 166 | 220 | 100 | 22 | 0 | 70 | 54 | 120 | 46 | 51 |
| Binary | 1110110 | 10010000 | 1000000 | 10010 | 0 | 111000 | 101100 | 1010000 | 100110 | 101001 |
Color Harmonies of #769040
Complementary color
Monochromatic Colors of #769040
Black with #769040
Text Example
Text Example
White with #769040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769040; }
p { color: rgb(118,144,64); }
H1.HeaderClassName
{
color: #769040;
}
.AnyTagClassName
{
color: #769040;
}
</style>
background-color css
<style>
a { background-color: #769040; }
a { background-color: rgb(118,144,64); }
div.DivClassName
{
background-color: #769040;
}
.BgClassName
{
background-color: #769040;
}
</style>
border-color css
<style>
span { border-color: #769040; }
span { border-color: rgb(118,144,64); }
td.TdClassName
{
border-color: #769040;
}
.TagClassName
{
border-color: #769040;
}
</style>