Shades of Wasabi #78813B
Tints of Wasabi #78813B
RGB
CMYK
RGB Variations
Color information
#78813B (or 0x78813B) is known color: Wasabi. HEX triplet: 78, 81 and 3B. RGB value is (120,129,59). Sum of RGB (Red+Green+Blue) = 120+129+59=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #78813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78813B is #877EC4. Grayscale: #767676. Windows color (decimal): -8879813 or 3899768. OLE color: 3899768.
HSL color Cylindrical-coordinate representation of color #78813B: hue angle of 67.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78813B is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 59 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.49 |
| HSL | 67.71º | 0.37% | 0.37% | - |
| HSV(B) | 67.71º | 0.54% | 0.51% | - |
| XYZ | 16.39 | 20.01 | 7.14 | - |
| YUV | 118.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 59 | 0.07 | 0 | 0.54 | 0.49 | 67.71 | 0.37 | 0.37 |
| Hex | 78 | 81 | 3B | 7 | 0 | 36 | 31 | 44 | 25 | 25 |
| Octal | 170 | 201 | 73 | 7 | 0 | 66 | 61 | 104 | 45 | 45 |
| Binary | 1111000 | 10000001 | 111011 | 111 | 0 | 110110 | 110001 | 1000100 | 100101 | 100101 |
Color Harmonies of #78813B
Complementary color
Monochromatic Colors of #78813B
Black with #78813B
Text Example
Text Example
White with #78813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78813B; }
p { color: rgb(120,129,59); }
H1.HeaderClassName
{
color: #78813B;
}
.AnyTagClassName
{
color: #78813B;
}
</style>
background-color css
<style>
a { background-color: #78813B; }
a { background-color: rgb(120,129,59); }
div.DivClassName
{
background-color: #78813B;
}
.BgClassName
{
background-color: #78813B;
}
</style>
border-color css
<style>
span { border-color: #78813B; }
span { border-color: rgb(120,129,59); }
td.TdClassName
{
border-color: #78813B;
}
.TagClassName
{
border-color: #78813B;
}
</style>