Shades of Wasabi #7A873B
Tints of Wasabi #7A873B
RGB
CMYK
RGB Variations
Color information
#7A873B (or 0x7A873B) is known color: Wasabi. HEX triplet: 7A, 87 and 3B. RGB value is (122,135,59). Sum of RGB (Red+Green+Blue) = 122+135+59=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #7A873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A873B is #8578C4. Grayscale: #7A7A7A. Windows color (decimal): -8747205 or 3901306. OLE color: 3901306.
HSL color Cylindrical-coordinate representation of color #7A873B: hue angle of 70.26º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A873B is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 59 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.47 |
| HSL | 70.26º | 0.39% | 0.38% | - |
| HSV(B) | 70.26º | 0.56% | 0.53% | - |
| XYZ | 17.48 | 21.78 | 7.42 | - |
| YUV | 122.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 59 | 0.10 | 0 | 0.56 | 0.47 | 70.26 | 0.39 | 0.38 |
| Hex | 7A | 87 | 3B | A | 0 | 38 | 2F | 46 | 27 | 26 |
| Octal | 172 | 207 | 73 | 12 | 0 | 70 | 57 | 106 | 47 | 46 |
| Binary | 1111010 | 10000111 | 111011 | 1010 | 0 | 111000 | 101111 | 1000110 | 100111 | 100110 |
Color Harmonies of #7A873B
Complementary color
Monochromatic Colors of #7A873B
Black with #7A873B
Text Example
Text Example
White with #7A873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A873B; }
p { color: rgb(122,135,59); }
H1.HeaderClassName
{
color: #7A873B;
}
.AnyTagClassName
{
color: #7A873B;
}
</style>
background-color css
<style>
a { background-color: #7A873B; }
a { background-color: rgb(122,135,59); }
div.DivClassName
{
background-color: #7A873B;
}
.BgClassName
{
background-color: #7A873B;
}
</style>
border-color css
<style>
span { border-color: #7A873B; }
span { border-color: rgb(122,135,59); }
td.TdClassName
{
border-color: #7A873B;
}
.TagClassName
{
border-color: #7A873B;
}
</style>