Shades of Wasabi #789241
Tints of Wasabi #789241
RGB
CMYK
RGB Variations
Color information
#789241 (or 0x789241) is known color: Wasabi. HEX triplet: 78, 92 and 41. RGB value is (120,146,65). Sum of RGB (Red+Green+Blue) = 120+146+65=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #789241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789241 is #876DBE. Grayscale: #818181. Windows color (decimal): -8875455 or 4297336. OLE color: 4297336.
HSL color Cylindrical-coordinate representation of color #789241: hue angle of 79.26º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #789241 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 146 | 65 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.43 |
| HSL | 79.26º | 0.38% | 0.41% | - |
| HSV(B) | 79.26º | 0.55% | 0.57% | - |
| XYZ | 18.98 | 24.93 | 8.81 | - |
| YUV | 128.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 65 | 0.18 | 0 | 0.55 | 0.43 | 79.26 | 0.38 | 0.41 |
| Hex | 78 | 92 | 41 | 12 | 0 | 37 | 2B | 4F | 26 | 29 |
| Octal | 170 | 222 | 101 | 22 | 0 | 67 | 53 | 117 | 46 | 51 |
| Binary | 1111000 | 10010010 | 1000001 | 10010 | 0 | 110111 | 101011 | 1001111 | 100110 | 101001 |
Color Harmonies of #789241
Complementary color
Monochromatic Colors of #789241
Black with #789241
Text Example
Text Example
White with #789241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789241; }
p { color: rgb(120,146,65); }
H1.HeaderClassName
{
color: #789241;
}
.AnyTagClassName
{
color: #789241;
}
</style>
background-color css
<style>
a { background-color: #789241; }
a { background-color: rgb(120,146,65); }
div.DivClassName
{
background-color: #789241;
}
.BgClassName
{
background-color: #789241;
}
</style>
border-color css
<style>
span { border-color: #789241; }
span { border-color: rgb(120,146,65); }
td.TdClassName
{
border-color: #789241;
}
.TagClassName
{
border-color: #789241;
}
</style>