Shades of Wasabi #7A8F2E
Tints of Wasabi #7A8F2E
RGB
CMYK
RGB Variations
Color information
#7A8F2E (or 0x7A8F2E) is known color: Wasabi. HEX triplet: 7A, 8F and 2E. RGB value is (122,143,46). Sum of RGB (Red+Green+Blue) = 122+143+46=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8F2E is #8570D1. Grayscale: #7E7E7E. Windows color (decimal): -8745170 or 3051386. OLE color: 3051386.
HSL color Cylindrical-coordinate representation of color #7A8F2E: hue angle of 72.99º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A8F2E is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 143 | 46 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.44 |
| HSL | 72.99º | 0.51% | 0.37% | - |
| HSV(B) | 72.99º | 0.68% | 0.56% | - |
| XYZ | 18.34 | 23.98 | 6.25 | - |
| YUV | 125.66 | 83.04 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 46 | 0.15 | 0 | 0.68 | 0.44 | 72.99 | 0.51 | 0.37 |
| Hex | 7A | 8F | 2E | F | 0 | 44 | 2C | 49 | 33 | 25 |
| Octal | 172 | 217 | 56 | 17 | 0 | 104 | 54 | 111 | 63 | 45 |
| Binary | 1111010 | 10001111 | 101110 | 1111 | 0 | 1000100 | 101100 | 1001001 | 110011 | 100101 |
Color Harmonies of #7A8F2E
Complementary color
Monochromatic Colors of #7A8F2E
Black with #7A8F2E
Text Example
Text Example
White with #7A8F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8F2E; }
p { color: rgb(122,143,46); }
H1.HeaderClassName
{
color: #7A8F2E;
}
.AnyTagClassName
{
color: #7A8F2E;
}
</style>
background-color css
<style>
a { background-color: #7A8F2E; }
a { background-color: rgb(122,143,46); }
div.DivClassName
{
background-color: #7A8F2E;
}
.BgClassName
{
background-color: #7A8F2E;
}
</style>
border-color css
<style>
span { border-color: #7A8F2E; }
span { border-color: rgb(122,143,46); }
td.TdClassName
{
border-color: #7A8F2E;
}
.TagClassName
{
border-color: #7A8F2E;
}
</style>