Shades of Wasabi #768039
Tints of Wasabi #768039
RGB
CMYK
RGB Variations
Color information
#768039 (or 0x768039) is known color: Wasabi. HEX triplet: 76, 80 and 39. RGB value is (118,128,57). Sum of RGB (Red+Green+Blue) = 118+128+57=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #768039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768039 is #897FC6. Grayscale: #757575. Windows color (decimal): -9011143 or 3768438. OLE color: 3768438.
HSL color Cylindrical-coordinate representation of color #768039: hue angle of 68.45º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #768039 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 128 | 57 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.50 |
| HSL | 68.45º | 0.38% | 0.36% | - |
| HSV(B) | 68.45º | 0.55% | 0.5% | - |
| XYZ | 15.93 | 19.59 | 6.81 | - |
| YUV | 116.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 57 | 0.08 | 0 | 0.55 | 0.50 | 68.45 | 0.38 | 0.36 |
| Hex | 76 | 80 | 39 | 8 | 0 | 37 | 32 | 44 | 26 | 24 |
| Octal | 166 | 200 | 71 | 10 | 0 | 67 | 62 | 104 | 46 | 44 |
| Binary | 1110110 | 10000000 | 111001 | 1000 | 0 | 110111 | 110010 | 1000100 | 100110 | 100100 |
Color Harmonies of #768039
Complementary color
Monochromatic Colors of #768039
Black with #768039
Text Example
Text Example
White with #768039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768039; }
p { color: rgb(118,128,57); }
H1.HeaderClassName
{
color: #768039;
}
.AnyTagClassName
{
color: #768039;
}
</style>
background-color css
<style>
a { background-color: #768039; }
a { background-color: rgb(118,128,57); }
div.DivClassName
{
background-color: #768039;
}
.BgClassName
{
background-color: #768039;
}
</style>
border-color css
<style>
span { border-color: #768039; }
span { border-color: rgb(118,128,57); }
td.TdClassName
{
border-color: #768039;
}
.TagClassName
{
border-color: #768039;
}
</style>