Shades of Wasabi #788144
Tints of Wasabi #788144
RGB
CMYK
RGB Variations
Color information
#788144 (or 0x788144) is known color: Wasabi. HEX triplet: 78, 81 and 44. RGB value is (120,129,68). Sum of RGB (Red+Green+Blue) = 120+129+68=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #788144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788144 is #877EBB. Grayscale: #777777. Windows color (decimal): -8879804 or 4489592. OLE color: 4489592.
HSL color Cylindrical-coordinate representation of color #788144: hue angle of 68.85º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #788144 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 68 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.49 |
| HSL | 68.85º | 0.31% | 0.39% | - |
| HSV(B) | 68.85º | 0.47% | 0.51% | - |
| XYZ | 16.64 | 20.11 | 8.47 | - |
| YUV | 119.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 68 | 0.07 | 0 | 0.47 | 0.49 | 68.85 | 0.31 | 0.39 |
| Hex | 78 | 81 | 44 | 7 | 0 | 2F | 31 | 45 | 1F | 27 |
| Octal | 170 | 201 | 104 | 7 | 0 | 57 | 61 | 105 | 37 | 47 |
| Binary | 1111000 | 10000001 | 1000100 | 111 | 0 | 101111 | 110001 | 1000101 | 11111 | 100111 |
Color Harmonies of #788144
Complementary color
Monochromatic Colors of #788144
Black with #788144
Text Example
Text Example
White with #788144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788144; }
p { color: rgb(120,129,68); }
H1.HeaderClassName
{
color: #788144;
}
.AnyTagClassName
{
color: #788144;
}
</style>
background-color css
<style>
a { background-color: #788144; }
a { background-color: rgb(120,129,68); }
div.DivClassName
{
background-color: #788144;
}
.BgClassName
{
background-color: #788144;
}
</style>
border-color css
<style>
span { border-color: #788144; }
span { border-color: rgb(120,129,68); }
td.TdClassName
{
border-color: #788144;
}
.TagClassName
{
border-color: #788144;
}
</style>