Shades of Wasabi #788A30
Tints of Wasabi #788A30
RGB
CMYK
RGB Variations
Color information
#788A30 (or 0x788A30) is known color: Wasabi. HEX triplet: 78, 8A and 30. RGB value is (120,138,48). Sum of RGB (Red+Green+Blue) = 120+138+48=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #788A30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788A30 is #8775CF. Grayscale: #7A7A7A. Windows color (decimal): -8877520 or 3181176. OLE color: 3181176.
HSL color Cylindrical-coordinate representation of color #788A30: hue angle of 72º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #788A30 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 48 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.46 |
| HSL | 72º | 0.48% | 0.36% | - |
| HSV(B) | 72º | 0.65% | 0.54% | - |
| XYZ | 17.37 | 22.38 | 6.2 | - |
| YUV | 122.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 48 | 0.13 | 0 | 0.65 | 0.46 | 72 | 0.48 | 0.36 |
| Hex | 78 | 8A | 30 | D | 0 | 41 | 2E | 48 | 30 | 24 |
| Octal | 170 | 212 | 60 | 15 | 0 | 101 | 56 | 110 | 60 | 44 |
| Binary | 1111000 | 10001010 | 110000 | 1101 | 0 | 1000001 | 101110 | 1001000 | 110000 | 100100 |
Color Harmonies of #788A30
Complementary color
Monochromatic Colors of #788A30
Black with #788A30
Text Example
Text Example
White with #788A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A30; }
p { color: rgb(120,138,48); }
H1.HeaderClassName
{
color: #788A30;
}
.AnyTagClassName
{
color: #788A30;
}
</style>
background-color css
<style>
a { background-color: #788A30; }
a { background-color: rgb(120,138,48); }
div.DivClassName
{
background-color: #788A30;
}
.BgClassName
{
background-color: #788A30;
}
</style>
border-color css
<style>
span { border-color: #788A30; }
span { border-color: rgb(120,138,48); }
td.TdClassName
{
border-color: #788A30;
}
.TagClassName
{
border-color: #788A30;
}
</style>