Shades of Wasabi #788B33
Tints of Wasabi #788B33
RGB
CMYK
RGB Variations
Color information
#788B33 (or 0x788B33) is known color: Wasabi. HEX triplet: 78, 8B and 33. RGB value is (120,139,51). Sum of RGB (Red+Green+Blue) = 120+139+51=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #788B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B33 is #8774CC. Grayscale: #7B7B7B. Windows color (decimal): -8877261 or 3378040. OLE color: 3378040.
HSL color Cylindrical-coordinate representation of color #788B33: hue angle of 72.95º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #788B33 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 51 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.45 |
| HSL | 72.95º | 0.46% | 0.37% | - |
| HSV(B) | 72.95º | 0.63% | 0.55% | - |
| XYZ | 17.58 | 22.7 | 6.59 | - |
| YUV | 123.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 51 | 0.14 | 0 | 0.63 | 0.45 | 72.95 | 0.46 | 0.37 |
| Hex | 78 | 8B | 33 | E | 0 | 3F | 2D | 49 | 2E | 25 |
| Octal | 170 | 213 | 63 | 16 | 0 | 77 | 55 | 111 | 56 | 45 |
| Binary | 1111000 | 10001011 | 110011 | 1110 | 0 | 111111 | 101101 | 1001001 | 101110 | 100101 |
Color Harmonies of #788B33
Complementary color
Monochromatic Colors of #788B33
Black with #788B33
Text Example
Text Example
White with #788B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B33; }
p { color: rgb(120,139,51); }
H1.HeaderClassName
{
color: #788B33;
}
.AnyTagClassName
{
color: #788B33;
}
</style>
background-color css
<style>
a { background-color: #788B33; }
a { background-color: rgb(120,139,51); }
div.DivClassName
{
background-color: #788B33;
}
.BgClassName
{
background-color: #788B33;
}
</style>
border-color css
<style>
span { border-color: #788B33; }
span { border-color: rgb(120,139,51); }
td.TdClassName
{
border-color: #788B33;
}
.TagClassName
{
border-color: #788B33;
}
</style>