Shades of Wasabi #788A45
Tints of Wasabi #788A45
RGB
CMYK
RGB Variations
Color information
#788A45 (or 0x788A45) is known color: Wasabi. HEX triplet: 78, 8A and 45. RGB value is (120,138,69). Sum of RGB (Red+Green+Blue) = 120+138+69=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #788A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788A45 is #8775BA. Grayscale: #7D7D7D. Windows color (decimal): -8877499 or 4557432. OLE color: 4557432.
HSL color Cylindrical-coordinate representation of color #788A45: hue angle of 75.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #788A45 is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 69 | - |
| CMYK | 0.13 | 0 | 0.5 | 0.46 |
| HSL | 75.65º | 0.33% | 0.41% | - |
| HSV(B) | 75.65º | 0.5% | 0.54% | - |
| XYZ | 17.91 | 22.6 | 9.05 | - |
| YUV | 124.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 69 | 0.13 | 0 | 0.5 | 0.46 | 75.65 | 0.33 | 0.41 |
| Hex | 78 | 8A | 45 | D | 0 | 32 | 2E | 4C | 21 | 29 |
| Octal | 170 | 212 | 105 | 15 | 0 | 62 | 56 | 114 | 41 | 51 |
| Binary | 1111000 | 10001010 | 1000101 | 1101 | 0 | 110010 | 101110 | 1001100 | 100001 | 101001 |
Color Harmonies of #788A45
Complementary color
Monochromatic Colors of #788A45
Black with #788A45
Text Example
Text Example
White with #788A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A45; }
p { color: rgb(120,138,69); }
H1.HeaderClassName
{
color: #788A45;
}
.AnyTagClassName
{
color: #788A45;
}
</style>
background-color css
<style>
a { background-color: #788A45; }
a { background-color: rgb(120,138,69); }
div.DivClassName
{
background-color: #788A45;
}
.BgClassName
{
background-color: #788A45;
}
</style>
border-color css
<style>
span { border-color: #788A45; }
span { border-color: rgb(120,138,69); }
td.TdClassName
{
border-color: #788A45;
}
.TagClassName
{
border-color: #788A45;
}
</style>