Shades of Wasabi #7A9233
Tints of Wasabi #7A9233
RGB
CMYK
RGB Variations
Color information
#7A9233 (or 0x7A9233) is known color: Wasabi. HEX triplet: 7A, 92 and 33. RGB value is (122,146,51). Sum of RGB (Red+Green+Blue) = 122+146+51=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9233 is #856DCC. Grayscale: #808080. Windows color (decimal): -8744397 or 3379834. OLE color: 3379834.
HSL color Cylindrical-coordinate representation of color #7A9233: hue angle of 75.16º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A9233 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 51 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.43 |
| HSL | 75.16º | 0.48% | 0.39% | - |
| HSV(B) | 75.16º | 0.65% | 0.57% | - |
| XYZ | 18.9 | 24.93 | 6.95 | - |
| YUV | 127.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 51 | 0.16 | 0 | 0.65 | 0.43 | 75.16 | 0.48 | 0.39 |
| Hex | 7A | 92 | 33 | 10 | 0 | 41 | 2B | 4B | 30 | 27 |
| Octal | 172 | 222 | 63 | 20 | 0 | 101 | 53 | 113 | 60 | 47 |
| Binary | 1111010 | 10010010 | 110011 | 10000 | 0 | 1000001 | 101011 | 1001011 | 110000 | 100111 |
Color Harmonies of #7A9233
Complementary color
Monochromatic Colors of #7A9233
Black with #7A9233
Text Example
Text Example
White with #7A9233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9233; }
p { color: rgb(122,146,51); }
H1.HeaderClassName
{
color: #7A9233;
}
.AnyTagClassName
{
color: #7A9233;
}
</style>
background-color css
<style>
a { background-color: #7A9233; }
a { background-color: rgb(122,146,51); }
div.DivClassName
{
background-color: #7A9233;
}
.BgClassName
{
background-color: #7A9233;
}
</style>
border-color css
<style>
span { border-color: #7A9233; }
span { border-color: rgb(122,146,51); }
td.TdClassName
{
border-color: #7A9233;
}
.TagClassName
{
border-color: #7A9233;
}
</style>