Shades of Wasabi #789145
Tints of Wasabi #789145
RGB
CMYK
RGB Variations
Color information
#789145 (or 0x789145) is known color: Wasabi. HEX triplet: 78, 91 and 45. RGB value is (120,145,69). Sum of RGB (Red+Green+Blue) = 120+145+69=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #789145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789145 is #876EBA. Grayscale: #818181. Windows color (decimal): -8875707 or 4559224. OLE color: 4559224.
HSL color Cylindrical-coordinate representation of color #789145: hue angle of 79.74º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #789145 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 69 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.43 |
| HSL | 79.74º | 0.36% | 0.42% | - |
| HSV(B) | 79.74º | 0.52% | 0.57% | - |
| XYZ | 18.95 | 24.67 | 9.39 | - |
| YUV | 128.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 69 | 0.17 | 0 | 0.52 | 0.43 | 79.74 | 0.36 | 0.42 |
| Hex | 78 | 91 | 45 | 11 | 0 | 34 | 2B | 50 | 24 | 2A |
| Octal | 170 | 221 | 105 | 21 | 0 | 64 | 53 | 120 | 44 | 52 |
| Binary | 1111000 | 10010001 | 1000101 | 10001 | 0 | 110100 | 101011 | 1010000 | 100100 | 101010 |
Color Harmonies of #789145
Complementary color
Monochromatic Colors of #789145
Black with #789145
Text Example
Text Example
White with #789145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789145; }
p { color: rgb(120,145,69); }
H1.HeaderClassName
{
color: #789145;
}
.AnyTagClassName
{
color: #789145;
}
</style>
background-color css
<style>
a { background-color: #789145; }
a { background-color: rgb(120,145,69); }
div.DivClassName
{
background-color: #789145;
}
.BgClassName
{
background-color: #789145;
}
</style>
border-color css
<style>
span { border-color: #789145; }
span { border-color: rgb(120,145,69); }
td.TdClassName
{
border-color: #789145;
}
.TagClassName
{
border-color: #789145;
}
</style>