Shades of Wasabi #789345
Tints of Wasabi #789345
RGB
CMYK
RGB Variations
Color information
#789345 (or 0x789345) is known color: Wasabi. HEX triplet: 78, 93 and 45. RGB value is (120,147,69). Sum of RGB (Red+Green+Blue) = 120+147+69=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #789345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789345 is #876CBA. Grayscale: #828282. Windows color (decimal): -8875195 or 4559736. OLE color: 4559736.
HSL color Cylindrical-coordinate representation of color #789345: hue angle of 80.77º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #789345 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 147 | 69 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.42 |
| HSL | 80.77º | 0.36% | 0.42% | - |
| HSV(B) | 80.77º | 0.53% | 0.58% | - |
| XYZ | 19.25 | 25.29 | 9.5 | - |
| YUV | 130.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 147 | 69 | 0.18 | 0 | 0.53 | 0.42 | 80.77 | 0.36 | 0.42 |
| Hex | 78 | 93 | 45 | 12 | 0 | 35 | 2A | 51 | 24 | 2A |
| Octal | 170 | 223 | 105 | 22 | 0 | 65 | 52 | 121 | 44 | 52 |
| Binary | 1111000 | 10010011 | 1000101 | 10010 | 0 | 110101 | 101010 | 1010001 | 100100 | 101010 |
Color Harmonies of #789345
Complementary color
Monochromatic Colors of #789345
Black with #789345
Text Example
Text Example
White with #789345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789345; }
p { color: rgb(120,147,69); }
H1.HeaderClassName
{
color: #789345;
}
.AnyTagClassName
{
color: #789345;
}
</style>
background-color css
<style>
a { background-color: #789345; }
a { background-color: rgb(120,147,69); }
div.DivClassName
{
background-color: #789345;
}
.BgClassName
{
background-color: #789345;
}
</style>
border-color css
<style>
span { border-color: #789345; }
span { border-color: rgb(120,147,69); }
td.TdClassName
{
border-color: #789345;
}
.TagClassName
{
border-color: #789345;
}
</style>