Shades of Wasabi #7A8E2D
Tints of Wasabi #7A8E2D
RGB
CMYK
RGB Variations
Color information
#7A8E2D (or 0x7A8E2D) is known color: Wasabi. HEX triplet: 7A, 8E and 2D. RGB value is (122,142,45). Sum of RGB (Red+Green+Blue) = 122+142+45=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8E2D is #8571D2. Grayscale: #7D7D7D. Windows color (decimal): -8745427 or 2985594. OLE color: 2985594.
HSL color Cylindrical-coordinate representation of color #7A8E2D: hue angle of 72.37º degrees, saturation: 0.52, 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 #7A8E2D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 142 | 45 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.44 |
| HSL | 72.37º | 0.52% | 0.37% | - |
| HSV(B) | 72.37º | 0.68% | 0.56% | - |
| XYZ | 18.17 | 23.67 | 6.09 | - |
| YUV | 124.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 45 | 0.14 | 0 | 0.68 | 0.44 | 72.37 | 0.52 | 0.37 |
| Hex | 7A | 8E | 2D | E | 0 | 44 | 2C | 48 | 34 | 25 |
| Octal | 172 | 216 | 55 | 16 | 0 | 104 | 54 | 110 | 64 | 45 |
| Binary | 1111010 | 10001110 | 101101 | 1110 | 0 | 1000100 | 101100 | 1001000 | 110100 | 100101 |
Color Harmonies of #7A8E2D
Complementary color
Monochromatic Colors of #7A8E2D
Black with #7A8E2D
Text Example
Text Example
White with #7A8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8E2D; }
p { color: rgb(122,142,45); }
H1.HeaderClassName
{
color: #7A8E2D;
}
.AnyTagClassName
{
color: #7A8E2D;
}
</style>
background-color css
<style>
a { background-color: #7A8E2D; }
a { background-color: rgb(122,142,45); }
div.DivClassName
{
background-color: #7A8E2D;
}
.BgClassName
{
background-color: #7A8E2D;
}
</style>
border-color css
<style>
span { border-color: #7A8E2D; }
span { border-color: rgb(122,142,45); }
td.TdClassName
{
border-color: #7A8E2D;
}
.TagClassName
{
border-color: #7A8E2D;
}
</style>