Shades of Wasabi #789044
Tints of Wasabi #789044
RGB
CMYK
RGB Variations
Color information
#789044 (or 0x789044) is known color: Wasabi. HEX triplet: 78, 90 and 44. RGB value is (120,144,68). Sum of RGB (Red+Green+Blue) = 120+144+68=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #789044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789044 is #876FBB. Grayscale: #808080. Windows color (decimal): -8875964 or 4493432. OLE color: 4493432.
HSL color Cylindrical-coordinate representation of color #789044: hue angle of 78.95º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #789044 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 68 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.44 |
| HSL | 78.95º | 0.36% | 0.42% | - |
| HSV(B) | 78.95º | 0.53% | 0.56% | - |
| XYZ | 18.76 | 24.36 | 9.18 | - |
| YUV | 128.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 68 | 0.17 | 0 | 0.53 | 0.44 | 78.95 | 0.36 | 0.42 |
| Hex | 78 | 90 | 44 | 11 | 0 | 35 | 2C | 4F | 24 | 2A |
| Octal | 170 | 220 | 104 | 21 | 0 | 65 | 54 | 117 | 44 | 52 |
| Binary | 1111000 | 10010000 | 1000100 | 10001 | 0 | 110101 | 101100 | 1001111 | 100100 | 101010 |
Color Harmonies of #789044
Complementary color
Monochromatic Colors of #789044
Black with #789044
Text Example
Text Example
White with #789044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789044; }
p { color: rgb(120,144,68); }
H1.HeaderClassName
{
color: #789044;
}
.AnyTagClassName
{
color: #789044;
}
</style>
background-color css
<style>
a { background-color: #789044; }
a { background-color: rgb(120,144,68); }
div.DivClassName
{
background-color: #789044;
}
.BgClassName
{
background-color: #789044;
}
</style>
border-color css
<style>
span { border-color: #789044; }
span { border-color: rgb(120,144,68); }
td.TdClassName
{
border-color: #789044;
}
.TagClassName
{
border-color: #789044;
}
</style>