Shades of Wasabi #7A8E32
Tints of Wasabi #7A8E32
RGB
CMYK
RGB Variations
Color information
#7A8E32 (or 0x7A8E32) is known color: Wasabi. HEX triplet: 7A, 8E and 32. RGB value is (122,142,50). Sum of RGB (Red+Green+Blue) = 122+142+50=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8E32 is #8571CD. Grayscale: #7D7D7D. Windows color (decimal): -8745422 or 3313274. OLE color: 3313274.
HSL color Cylindrical-coordinate representation of color #7A8E32: hue angle of 73.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A8E32 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 142 | 50 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.44 |
| HSL | 73.04º | 0.48% | 0.38% | - |
| HSV(B) | 73.04º | 0.65% | 0.56% | - |
| XYZ | 18.27 | 23.71 | 6.63 | - |
| YUV | 125.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 50 | 0.14 | 0 | 0.65 | 0.44 | 73.04 | 0.48 | 0.38 |
| Hex | 7A | 8E | 32 | E | 0 | 41 | 2C | 49 | 30 | 26 |
| Octal | 172 | 216 | 62 | 16 | 0 | 101 | 54 | 111 | 60 | 46 |
| Binary | 1111010 | 10001110 | 110010 | 1110 | 0 | 1000001 | 101100 | 1001001 | 110000 | 100110 |
Color Harmonies of #7A8E32
Complementary color
Monochromatic Colors of #7A8E32
Black with #7A8E32
Text Example
Text Example
White with #7A8E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8E32; }
p { color: rgb(122,142,50); }
H1.HeaderClassName
{
color: #7A8E32;
}
.AnyTagClassName
{
color: #7A8E32;
}
</style>
background-color css
<style>
a { background-color: #7A8E32; }
a { background-color: rgb(122,142,50); }
div.DivClassName
{
background-color: #7A8E32;
}
.BgClassName
{
background-color: #7A8E32;
}
</style>
border-color css
<style>
span { border-color: #7A8E32; }
span { border-color: rgb(122,142,50); }
td.TdClassName
{
border-color: #7A8E32;
}
.TagClassName
{
border-color: #7A8E32;
}
</style>