Shades of Wasabi #7A8E34
Tints of Wasabi #7A8E34
RGB
CMYK
RGB Variations
Color information
#7A8E34 (or 0x7A8E34) is known color: Wasabi. HEX triplet: 7A, 8E and 34. RGB value is (122,142,52). Sum of RGB (Red+Green+Blue) = 122+142+52=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8E34 is #8571CB. Grayscale: #7E7E7E. Windows color (decimal): -8745420 or 3444346. OLE color: 3444346.
HSL color Cylindrical-coordinate representation of color #7A8E34: hue angle of 73.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A8E34 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 142 | 52 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.44 |
| HSL | 73.33º | 0.46% | 0.38% | - |
| HSV(B) | 73.33º | 0.63% | 0.56% | - |
| XYZ | 18.32 | 23.73 | 6.86 | - |
| YUV | 125.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 52 | 0.14 | 0 | 0.63 | 0.44 | 73.33 | 0.46 | 0.38 |
| Hex | 7A | 8E | 34 | E | 0 | 3F | 2C | 49 | 2E | 26 |
| Octal | 172 | 216 | 64 | 16 | 0 | 77 | 54 | 111 | 56 | 46 |
| Binary | 1111010 | 10001110 | 110100 | 1110 | 0 | 111111 | 101100 | 1001001 | 101110 | 100110 |
Color Harmonies of #7A8E34
Complementary color
Monochromatic Colors of #7A8E34
Black with #7A8E34
Text Example
Text Example
White with #7A8E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8E34; }
p { color: rgb(122,142,52); }
H1.HeaderClassName
{
color: #7A8E34;
}
.AnyTagClassName
{
color: #7A8E34;
}
</style>
background-color css
<style>
a { background-color: #7A8E34; }
a { background-color: rgb(122,142,52); }
div.DivClassName
{
background-color: #7A8E34;
}
.BgClassName
{
background-color: #7A8E34;
}
</style>
border-color css
<style>
span { border-color: #7A8E34; }
span { border-color: rgb(122,142,52); }
td.TdClassName
{
border-color: #7A8E34;
}
.TagClassName
{
border-color: #7A8E34;
}
</style>