Shades of Wasabi #7A933C
Tints of Wasabi #7A933C
RGB
CMYK
RGB Variations
Color information
#7A933C (or 0x7A933C) is known color: Wasabi. HEX triplet: 7A, 93 and 3C. RGB value is (122,147,60). Sum of RGB (Red+Green+Blue) = 122+147+60=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #7A933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A933C is #856CC3. Grayscale: #818181. Windows color (decimal): -8744132 or 3969914. OLE color: 3969914.
HSL color Cylindrical-coordinate representation of color #7A933C: hue angle of 77.24º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A933C is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 60 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.42 |
| HSL | 77.24º | 0.42% | 0.41% | - |
| HSV(B) | 77.24º | 0.59% | 0.58% | - |
| XYZ | 19.28 | 25.33 | 8.15 | - |
| YUV | 129.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 60 | 0.17 | 0 | 0.59 | 0.42 | 77.24 | 0.42 | 0.41 |
| Hex | 7A | 93 | 3C | 11 | 0 | 3B | 2A | 4D | 2A | 29 |
| Octal | 172 | 223 | 74 | 21 | 0 | 73 | 52 | 115 | 52 | 51 |
| Binary | 1111010 | 10010011 | 111100 | 10001 | 0 | 111011 | 101010 | 1001101 | 101010 | 101001 |
Color Harmonies of #7A933C
Complementary color
Monochromatic Colors of #7A933C
Black with #7A933C
Text Example
Text Example
White with #7A933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A933C; }
p { color: rgb(122,147,60); }
H1.HeaderClassName
{
color: #7A933C;
}
.AnyTagClassName
{
color: #7A933C;
}
</style>
background-color css
<style>
a { background-color: #7A933C; }
a { background-color: rgb(122,147,60); }
div.DivClassName
{
background-color: #7A933C;
}
.BgClassName
{
background-color: #7A933C;
}
</style>
border-color css
<style>
span { border-color: #7A933C; }
span { border-color: rgb(122,147,60); }
td.TdClassName
{
border-color: #7A933C;
}
.TagClassName
{
border-color: #7A933C;
}
</style>