Shades of Wasabi #7A8E4A
Tints of Wasabi #7A8E4A
RGB
CMYK
RGB Variations
Color information
#7A8E4A (or 0x7A8E4A) is known color: Wasabi. HEX triplet: 7A, 8E and 4A. RGB value is (122,142,74). Sum of RGB (Red+Green+Blue) = 122+142+74=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8E4A is #8571B5. Grayscale: #808080. Windows color (decimal): -8745398 or 4886138. OLE color: 4886138.
HSL color Cylindrical-coordinate representation of color #7A8E4A: hue angle of 77.65º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A8E4A is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 142 | 74 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.44 |
| HSL | 77.65º | 0.31% | 0.42% | - |
| HSV(B) | 77.65º | 0.48% | 0.56% | - |
| XYZ | 18.94 | 23.98 | 10.11 | - |
| YUV | 128.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 74 | 0.14 | 0 | 0.48 | 0.44 | 77.65 | 0.31 | 0.42 |
| Hex | 7A | 8E | 4A | E | 0 | 30 | 2C | 4E | 1F | 2A |
| Octal | 172 | 216 | 112 | 16 | 0 | 60 | 54 | 116 | 37 | 52 |
| Binary | 1111010 | 10001110 | 1001010 | 1110 | 0 | 110000 | 101100 | 1001110 | 11111 | 101010 |
Color Harmonies of #7A8E4A
Complementary color
Monochromatic Colors of #7A8E4A
Black with #7A8E4A
Text Example
Text Example
White with #7A8E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8E4A; }
p { color: rgb(122,142,74); }
H1.HeaderClassName
{
color: #7A8E4A;
}
.AnyTagClassName
{
color: #7A8E4A;
}
</style>
background-color css
<style>
a { background-color: #7A8E4A; }
a { background-color: rgb(122,142,74); }
div.DivClassName
{
background-color: #7A8E4A;
}
.BgClassName
{
background-color: #7A8E4A;
}
</style>
border-color css
<style>
span { border-color: #7A8E4A; }
span { border-color: rgb(122,142,74); }
td.TdClassName
{
border-color: #7A8E4A;
}
.TagClassName
{
border-color: #7A8E4A;
}
</style>