Shades of Wasabi #7A9045
Tints of Wasabi #7A9045
RGB
CMYK
RGB Variations
Color information
#7A9045 (or 0x7A9045) is known color: Wasabi. HEX triplet: 7A, 90 and 45. RGB value is (122,144,69). Sum of RGB (Red+Green+Blue) = 122+144+69=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9045 is #856FBA. Grayscale: #818181. Windows color (decimal): -8744891 or 4558970. OLE color: 4558970.
HSL color Cylindrical-coordinate representation of color #7A9045: hue angle of 77.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A9045 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 144 | 69 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.44 |
| HSL | 77.6º | 0.35% | 0.42% | - |
| HSV(B) | 77.6º | 0.52% | 0.56% | - |
| XYZ | 19.07 | 24.51 | 9.36 | - |
| YUV | 128.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 69 | 0.15 | 0 | 0.52 | 0.44 | 77.6 | 0.35 | 0.42 |
| Hex | 7A | 90 | 45 | F | 0 | 34 | 2C | 4E | 23 | 2A |
| Octal | 172 | 220 | 105 | 17 | 0 | 64 | 54 | 116 | 43 | 52 |
| Binary | 1111010 | 10010000 | 1000101 | 1111 | 0 | 110100 | 101100 | 1001110 | 100011 | 101010 |
Color Harmonies of #7A9045
Complementary color
Monochromatic Colors of #7A9045
Black with #7A9045
Text Example
Text Example
White with #7A9045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9045; }
p { color: rgb(122,144,69); }
H1.HeaderClassName
{
color: #7A9045;
}
.AnyTagClassName
{
color: #7A9045;
}
</style>
background-color css
<style>
a { background-color: #7A9045; }
a { background-color: rgb(122,144,69); }
div.DivClassName
{
background-color: #7A9045;
}
.BgClassName
{
background-color: #7A9045;
}
</style>
border-color css
<style>
span { border-color: #7A9045; }
span { border-color: rgb(122,144,69); }
td.TdClassName
{
border-color: #7A9045;
}
.TagClassName
{
border-color: #7A9045;
}
</style>