Shades of Wasabi #7A8B3F
Tints of Wasabi #7A8B3F
RGB
CMYK
RGB Variations
Color information
#7A8B3F (or 0x7A8B3F) is known color: Wasabi. HEX triplet: 7A, 8B and 3F. RGB value is (122,139,63). Sum of RGB (Red+Green+Blue) = 122+139+63=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B3F is #8574C0. Grayscale: #7D7D7D. Windows color (decimal): -8746177 or 4164474. OLE color: 4164474.
HSL color Cylindrical-coordinate representation of color #7A8B3F: hue angle of 73.42º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A8B3F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 63 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.45 |
| HSL | 73.42º | 0.38% | 0.4% | - |
| HSV(B) | 73.42º | 0.55% | 0.55% | - |
| XYZ | 18.16 | 22.96 | 8.18 | - |
| YUV | 125.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 63 | 0.12 | 0 | 0.55 | 0.45 | 73.42 | 0.38 | 0.4 |
| Hex | 7A | 8B | 3F | C | 0 | 37 | 2D | 49 | 26 | 28 |
| Octal | 172 | 213 | 77 | 14 | 0 | 67 | 55 | 111 | 46 | 50 |
| Binary | 1111010 | 10001011 | 111111 | 1100 | 0 | 110111 | 101101 | 1001001 | 100110 | 101000 |
Color Harmonies of #7A8B3F
Complementary color
Monochromatic Colors of #7A8B3F
Black with #7A8B3F
Text Example
Text Example
White with #7A8B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B3F; }
p { color: rgb(122,139,63); }
H1.HeaderClassName
{
color: #7A8B3F;
}
.AnyTagClassName
{
color: #7A8B3F;
}
</style>
background-color css
<style>
a { background-color: #7A8B3F; }
a { background-color: rgb(122,139,63); }
div.DivClassName
{
background-color: #7A8B3F;
}
.BgClassName
{
background-color: #7A8B3F;
}
</style>
border-color css
<style>
span { border-color: #7A8B3F; }
span { border-color: rgb(122,139,63); }
td.TdClassName
{
border-color: #7A8B3F;
}
.TagClassName
{
border-color: #7A8B3F;
}
</style>