Shades of Wasabi #78913A
Tints of Wasabi #78913A
RGB
CMYK
RGB Variations
Color information
#78913A (or 0x78913A) is known color: Wasabi. HEX triplet: 78, 91 and 3A. RGB value is (120,145,58). Sum of RGB (Red+Green+Blue) = 120+145+58=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #78913A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78913A is #876EC5. Grayscale: #7F7F7F. Windows color (decimal): -8875718 or 3838328. OLE color: 3838328.
HSL color Cylindrical-coordinate representation of color #78913A: hue angle of 77.24º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78913A is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 58 | - |
| CMYK | 0.17 | 0 | 0.6 | 0.43 |
| HSL | 77.24º | 0.43% | 0.4% | - |
| HSV(B) | 77.24º | 0.6% | 0.57% | - |
| XYZ | 18.63 | 24.55 | 7.76 | - |
| YUV | 127.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 58 | 0.17 | 0 | 0.6 | 0.43 | 77.24 | 0.43 | 0.4 |
| Hex | 78 | 91 | 3A | 11 | 0 | 3C | 2B | 4D | 2B | 28 |
| Octal | 170 | 221 | 72 | 21 | 0 | 74 | 53 | 115 | 53 | 50 |
| Binary | 1111000 | 10010001 | 111010 | 10001 | 0 | 111100 | 101011 | 1001101 | 101011 | 101000 |
Color Harmonies of #78913A
Complementary color
Monochromatic Colors of #78913A
Black with #78913A
Text Example
Text Example
White with #78913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78913A; }
p { color: rgb(120,145,58); }
H1.HeaderClassName
{
color: #78913A;
}
.AnyTagClassName
{
color: #78913A;
}
</style>
background-color css
<style>
a { background-color: #78913A; }
a { background-color: rgb(120,145,58); }
div.DivClassName
{
background-color: #78913A;
}
.BgClassName
{
background-color: #78913A;
}
</style>
border-color css
<style>
span { border-color: #78913A; }
span { border-color: rgb(120,145,58); }
td.TdClassName
{
border-color: #78913A;
}
.TagClassName
{
border-color: #78913A;
}
</style>