Shades of Wasabi #798C34
Tints of Wasabi #798C34
RGB
CMYK
RGB Variations
Color information
#798C34 (or 0x798C34) is known color: Wasabi. HEX triplet: 79, 8C and 34. RGB value is (121,140,52). Sum of RGB (Red+Green+Blue) = 121+140+52=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #798C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798C34 is #8673CB. Grayscale: #7C7C7C. Windows color (decimal): -8811468 or 3443833. OLE color: 3443833.
HSL color Cylindrical-coordinate representation of color #798C34: hue angle of 72.95º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #798C34 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 140 | 52 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.45 |
| HSL | 72.95º | 0.46% | 0.38% | - |
| HSV(B) | 72.95º | 0.63% | 0.55% | - |
| XYZ | 17.88 | 23.07 | 6.76 | - |
| YUV | 124.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 52 | 0.14 | 0 | 0.63 | 0.45 | 72.95 | 0.46 | 0.38 |
| Hex | 79 | 8C | 34 | E | 0 | 3F | 2D | 49 | 2E | 26 |
| Octal | 171 | 214 | 64 | 16 | 0 | 77 | 55 | 111 | 56 | 46 |
| Binary | 1111001 | 10001100 | 110100 | 1110 | 0 | 111111 | 101101 | 1001001 | 101110 | 100110 |
Color Harmonies of #798C34
Complementary color
Monochromatic Colors of #798C34
Black with #798C34
Text Example
Text Example
White with #798C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798C34; }
p { color: rgb(121,140,52); }
H1.HeaderClassName
{
color: #798C34;
}
.AnyTagClassName
{
color: #798C34;
}
</style>
background-color css
<style>
a { background-color: #798C34; }
a { background-color: rgb(121,140,52); }
div.DivClassName
{
background-color: #798C34;
}
.BgClassName
{
background-color: #798C34;
}
</style>
border-color css
<style>
span { border-color: #798C34; }
span { border-color: rgb(121,140,52); }
td.TdClassName
{
border-color: #798C34;
}
.TagClassName
{
border-color: #798C34;
}
</style>