Shades of Wasabi #769143
Tints of Wasabi #769143
RGB
CMYK
RGB Variations
Color information
#769143 (or 0x769143) is known color: Wasabi. HEX triplet: 76, 91 and 43. RGB value is (118,145,67). Sum of RGB (Red+Green+Blue) = 118+145+67=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #769143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769143 is #896EBC. Grayscale: #808080. Windows color (decimal): -9006781 or 4428150. OLE color: 4428150.
HSL color Cylindrical-coordinate representation of color #769143: hue angle of 80.77º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #769143 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 67 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.43 |
| HSL | 80.77º | 0.37% | 0.42% | - |
| HSV(B) | 80.77º | 0.54% | 0.57% | - |
| XYZ | 18.61 | 24.51 | 9.06 | - |
| YUV | 128.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 67 | 0.19 | 0 | 0.54 | 0.43 | 80.77 | 0.37 | 0.42 |
| Hex | 76 | 91 | 43 | 13 | 0 | 36 | 2B | 51 | 25 | 2A |
| Octal | 166 | 221 | 103 | 23 | 0 | 66 | 53 | 121 | 45 | 52 |
| Binary | 1110110 | 10010001 | 1000011 | 10011 | 0 | 110110 | 101011 | 1010001 | 100101 | 101010 |
Color Harmonies of #769143
Complementary color
Monochromatic Colors of #769143
Black with #769143
Text Example
Text Example
White with #769143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769143; }
p { color: rgb(118,145,67); }
H1.HeaderClassName
{
color: #769143;
}
.AnyTagClassName
{
color: #769143;
}
</style>
background-color css
<style>
a { background-color: #769143; }
a { background-color: rgb(118,145,67); }
div.DivClassName
{
background-color: #769143;
}
.BgClassName
{
background-color: #769143;
}
</style>
border-color css
<style>
span { border-color: #769143; }
span { border-color: rgb(118,145,67); }
td.TdClassName
{
border-color: #769143;
}
.TagClassName
{
border-color: #769143;
}
</style>