Shades of Wasabi #7A8C39
Tints of Wasabi #7A8C39
RGB
CMYK
RGB Variations
Color information
#7A8C39 (or 0x7A8C39) is known color: Wasabi. HEX triplet: 7A, 8C and 39. RGB value is (122,140,57). Sum of RGB (Red+Green+Blue) = 122+140+57=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #7A8C39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8C39 is #8573C6. Grayscale: #7D7D7D. Windows color (decimal): -8745927 or 3771514. OLE color: 3771514.
HSL color Cylindrical-coordinate representation of color #7A8C39: hue angle of 73.01º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A8C39 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 140 | 57 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.45 |
| HSL | 73.01º | 0.42% | 0.39% | - |
| HSV(B) | 73.01º | 0.59% | 0.55% | - |
| XYZ | 18.14 | 23.19 | 7.39 | - |
| YUV | 125.16 | 89.54 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 57 | 0.13 | 0 | 0.59 | 0.45 | 73.01 | 0.42 | 0.39 |
| Hex | 7A | 8C | 39 | D | 0 | 3B | 2D | 49 | 2A | 27 |
| Octal | 172 | 214 | 71 | 15 | 0 | 73 | 55 | 111 | 52 | 47 |
| Binary | 1111010 | 10001100 | 111001 | 1101 | 0 | 111011 | 101101 | 1001001 | 101010 | 100111 |
Color Harmonies of #7A8C39
Complementary color
Monochromatic Colors of #7A8C39
Black with #7A8C39
Text Example
Text Example
White with #7A8C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8C39; }
p { color: rgb(122,140,57); }
H1.HeaderClassName
{
color: #7A8C39;
}
.AnyTagClassName
{
color: #7A8C39;
}
</style>
background-color css
<style>
a { background-color: #7A8C39; }
a { background-color: rgb(122,140,57); }
div.DivClassName
{
background-color: #7A8C39;
}
.BgClassName
{
background-color: #7A8C39;
}
</style>
border-color css
<style>
span { border-color: #7A8C39; }
span { border-color: rgb(122,140,57); }
td.TdClassName
{
border-color: #7A8C39;
}
.TagClassName
{
border-color: #7A8C39;
}
</style>