Shades of Wasabi #788A38
Tints of Wasabi #788A38
RGB
CMYK
RGB Variations
Color information
#788A38 (or 0x788A38) is known color: Wasabi. HEX triplet: 78, 8A and 38. RGB value is (120,138,56). Sum of RGB (Red+Green+Blue) = 120+138+56=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #788A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788A38 is #8775C7. Grayscale: #7B7B7B. Windows color (decimal): -8877512 or 3705464. OLE color: 3705464.
HSL color Cylindrical-coordinate representation of color #788A38: hue angle of 73.17º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #788A38 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 56 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.46 |
| HSL | 73.17º | 0.42% | 0.38% | - |
| HSV(B) | 73.17º | 0.59% | 0.54% | - |
| XYZ | 17.55 | 22.46 | 7.15 | - |
| YUV | 123.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 56 | 0.13 | 0 | 0.59 | 0.46 | 73.17 | 0.42 | 0.38 |
| Hex | 78 | 8A | 38 | D | 0 | 3B | 2E | 49 | 2A | 26 |
| Octal | 170 | 212 | 70 | 15 | 0 | 73 | 56 | 111 | 52 | 46 |
| Binary | 1111000 | 10001010 | 111000 | 1101 | 0 | 111011 | 101110 | 1001001 | 101010 | 100110 |
Color Harmonies of #788A38
Complementary color
Monochromatic Colors of #788A38
Black with #788A38
Text Example
Text Example
White with #788A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A38; }
p { color: rgb(120,138,56); }
H1.HeaderClassName
{
color: #788A38;
}
.AnyTagClassName
{
color: #788A38;
}
</style>
background-color css
<style>
a { background-color: #788A38; }
a { background-color: rgb(120,138,56); }
div.DivClassName
{
background-color: #788A38;
}
.BgClassName
{
background-color: #788A38;
}
</style>
border-color css
<style>
span { border-color: #788A38; }
span { border-color: rgb(120,138,56); }
td.TdClassName
{
border-color: #788A38;
}
.TagClassName
{
border-color: #788A38;
}
</style>