Shades of Wasabi #7A8245
Tints of Wasabi #7A8245
RGB
CMYK
RGB Variations
Color information
#7A8245 (or 0x7A8245) is known color: Wasabi. HEX triplet: 7A, 82 and 45. RGB value is (122,130,69). Sum of RGB (Red+Green+Blue) = 122+130+69=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8245 is #857DBA. Grayscale: #787878. Windows color (decimal): -8748475 or 4555386. OLE color: 4555386.
HSL color Cylindrical-coordinate representation of color #7A8245: hue angle of 67.87º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A8245 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 130 | 69 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.49 |
| HSL | 67.87º | 0.31% | 0.39% | - |
| HSV(B) | 67.87º | 0.47% | 0.51% | - |
| XYZ | 17.08 | 20.53 | 8.69 | - |
| YUV | 120.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 130 | 69 | 0.06 | 0 | 0.47 | 0.49 | 67.87 | 0.31 | 0.39 |
| Hex | 7A | 82 | 45 | 6 | 0 | 2F | 31 | 44 | 1F | 27 |
| Octal | 172 | 202 | 105 | 6 | 0 | 57 | 61 | 104 | 37 | 47 |
| Binary | 1111010 | 10000010 | 1000101 | 110 | 0 | 101111 | 110001 | 1000100 | 11111 | 100111 |
Color Harmonies of #7A8245
Complementary color
Monochromatic Colors of #7A8245
Black with #7A8245
Text Example
Text Example
White with #7A8245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8245; }
p { color: rgb(122,130,69); }
H1.HeaderClassName
{
color: #7A8245;
}
.AnyTagClassName
{
color: #7A8245;
}
</style>
background-color css
<style>
a { background-color: #7A8245; }
a { background-color: rgb(122,130,69); }
div.DivClassName
{
background-color: #7A8245;
}
.BgClassName
{
background-color: #7A8245;
}
</style>
border-color css
<style>
span { border-color: #7A8245; }
span { border-color: rgb(122,130,69); }
td.TdClassName
{
border-color: #7A8245;
}
.TagClassName
{
border-color: #7A8245;
}
</style>