Shades of Wasabi #78913E
Tints of Wasabi #78913E
RGB
CMYK
RGB Variations
Color information
#78913E (or 0x78913E) is known color: Wasabi. HEX triplet: 78, 91 and 3E. RGB value is (120,145,62). Sum of RGB (Red+Green+Blue) = 120+145+62=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #78913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78913E is #876EC1. Grayscale: #808080. Windows color (decimal): -8875714 or 4100472. OLE color: 4100472.
HSL color Cylindrical-coordinate representation of color #78913E: hue angle of 78.07º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78913E is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 62 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.43 |
| HSL | 78.07º | 0.4% | 0.41% | - |
| HSV(B) | 78.07º | 0.57% | 0.57% | - |
| XYZ | 18.74 | 24.59 | 8.32 | - |
| YUV | 128.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 62 | 0.17 | 0 | 0.57 | 0.43 | 78.07 | 0.4 | 0.41 |
| Hex | 78 | 91 | 3E | 11 | 0 | 39 | 2B | 4E | 28 | 29 |
| Octal | 170 | 221 | 76 | 21 | 0 | 71 | 53 | 116 | 50 | 51 |
| Binary | 1111000 | 10010001 | 111110 | 10001 | 0 | 111001 | 101011 | 1001110 | 101000 | 101001 |
Color Harmonies of #78913E
Complementary color
Monochromatic Colors of #78913E
Black with #78913E
Text Example
Text Example
White with #78913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78913E; }
p { color: rgb(120,145,62); }
H1.HeaderClassName
{
color: #78913E;
}
.AnyTagClassName
{
color: #78913E;
}
</style>
background-color css
<style>
a { background-color: #78913E; }
a { background-color: rgb(120,145,62); }
div.DivClassName
{
background-color: #78913E;
}
.BgClassName
{
background-color: #78913E;
}
</style>
border-color css
<style>
span { border-color: #78913E; }
span { border-color: rgb(120,145,62); }
td.TdClassName
{
border-color: #78913E;
}
.TagClassName
{
border-color: #78913E;
}
</style>