Shades of Wasabi #7A813F
Tints of Wasabi #7A813F
RGB
CMYK
RGB Variations
Color information
#7A813F (or 0x7A813F) is known color: Wasabi. HEX triplet: 7A, 81 and 3F. RGB value is (122,129,63). Sum of RGB (Red+Green+Blue) = 122+129+63=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #7A813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A813F is #857EC0. Grayscale: #777777. Windows color (decimal): -8748737 or 4161914. OLE color: 4161914.
HSL color Cylindrical-coordinate representation of color #7A813F: hue angle of 66.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A813F is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 63 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.49 |
| HSL | 66.36º | 0.34% | 0.38% | - |
| HSV(B) | 66.36º | 0.51% | 0.51% | - |
| XYZ | 16.77 | 20.2 | 7.72 | - |
| YUV | 119.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 63 | 0.05 | 0 | 0.51 | 0.49 | 66.36 | 0.34 | 0.38 |
| Hex | 7A | 81 | 3F | 5 | 0 | 33 | 31 | 42 | 22 | 26 |
| Octal | 172 | 201 | 77 | 5 | 0 | 63 | 61 | 102 | 42 | 46 |
| Binary | 1111010 | 10000001 | 111111 | 101 | 0 | 110011 | 110001 | 1000010 | 100010 | 100110 |
Color Harmonies of #7A813F
Complementary color
Monochromatic Colors of #7A813F
Black with #7A813F
Text Example
Text Example
White with #7A813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A813F; }
p { color: rgb(122,129,63); }
H1.HeaderClassName
{
color: #7A813F;
}
.AnyTagClassName
{
color: #7A813F;
}
</style>
background-color css
<style>
a { background-color: #7A813F; }
a { background-color: rgb(122,129,63); }
div.DivClassName
{
background-color: #7A813F;
}
.BgClassName
{
background-color: #7A813F;
}
</style>
border-color css
<style>
span { border-color: #7A813F; }
span { border-color: rgb(122,129,63); }
td.TdClassName
{
border-color: #7A813F;
}
.TagClassName
{
border-color: #7A813F;
}
</style>