Shades of Wasabi #7A9034
Tints of Wasabi #7A9034
RGB
CMYK
RGB Variations
Color information
#7A9034 (or 0x7A9034) is known color: Wasabi. HEX triplet: 7A, 90 and 34. RGB value is (122,144,52). Sum of RGB (Red+Green+Blue) = 122+144+52=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9034 is #856FCB. Grayscale: #7F7F7F. Windows color (decimal): -8744908 or 3444858. OLE color: 3444858.
HSL color Cylindrical-coordinate representation of color #7A9034: hue angle of 74.35º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A9034 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 144 | 52 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.44 |
| HSL | 74.35º | 0.47% | 0.38% | - |
| HSV(B) | 74.35º | 0.64% | 0.56% | - |
| XYZ | 18.62 | 24.33 | 6.96 | - |
| YUV | 126.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 52 | 0.15 | 0 | 0.64 | 0.44 | 74.35 | 0.47 | 0.38 |
| Hex | 7A | 90 | 34 | F | 0 | 40 | 2C | 4A | 2F | 26 |
| Octal | 172 | 220 | 64 | 17 | 0 | 100 | 54 | 112 | 57 | 46 |
| Binary | 1111010 | 10010000 | 110100 | 1111 | 0 | 1000000 | 101100 | 1001010 | 101111 | 100110 |
Color Harmonies of #7A9034
Complementary color
Monochromatic Colors of #7A9034
Black with #7A9034
Text Example
Text Example
White with #7A9034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9034; }
p { color: rgb(122,144,52); }
H1.HeaderClassName
{
color: #7A9034;
}
.AnyTagClassName
{
color: #7A9034;
}
</style>
background-color css
<style>
a { background-color: #7A9034; }
a { background-color: rgb(122,144,52); }
div.DivClassName
{
background-color: #7A9034;
}
.BgClassName
{
background-color: #7A9034;
}
</style>
border-color css
<style>
span { border-color: #7A9034; }
span { border-color: rgb(122,144,52); }
td.TdClassName
{
border-color: #7A9034;
}
.TagClassName
{
border-color: #7A9034;
}
</style>