Shades of Wasabi #7A853F
Tints of Wasabi #7A853F
RGB
CMYK
RGB Variations
Color information
#7A853F (or 0x7A853F) is known color: Wasabi. HEX triplet: 7A, 85 and 3F. RGB value is (122,133,63). Sum of RGB (Red+Green+Blue) = 122+133+63=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #7A853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A853F is #857AC0. Grayscale: #7A7A7A. Windows color (decimal): -8747713 or 4162938. OLE color: 4162938.
HSL color Cylindrical-coordinate representation of color #7A853F: hue angle of 69.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A853F is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 63 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.48 |
| HSL | 69.43º | 0.36% | 0.38% | - |
| HSV(B) | 69.43º | 0.53% | 0.52% | - |
| XYZ | 17.31 | 21.27 | 7.9 | - |
| YUV | 121.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 63 | 0.08 | 0 | 0.53 | 0.48 | 69.43 | 0.36 | 0.38 |
| Hex | 7A | 85 | 3F | 8 | 0 | 35 | 30 | 45 | 24 | 26 |
| Octal | 172 | 205 | 77 | 10 | 0 | 65 | 60 | 105 | 44 | 46 |
| Binary | 1111010 | 10000101 | 111111 | 1000 | 0 | 110101 | 110000 | 1000101 | 100100 | 100110 |
Color Harmonies of #7A853F
Complementary color
Monochromatic Colors of #7A853F
Black with #7A853F
Text Example
Text Example
White with #7A853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A853F; }
p { color: rgb(122,133,63); }
H1.HeaderClassName
{
color: #7A853F;
}
.AnyTagClassName
{
color: #7A853F;
}
</style>
background-color css
<style>
a { background-color: #7A853F; }
a { background-color: rgb(122,133,63); }
div.DivClassName
{
background-color: #7A853F;
}
.BgClassName
{
background-color: #7A853F;
}
</style>
border-color css
<style>
span { border-color: #7A853F; }
span { border-color: rgb(122,133,63); }
td.TdClassName
{
border-color: #7A853F;
}
.TagClassName
{
border-color: #7A853F;
}
</style>