Shades of Wasabi #7A8338
Tints of Wasabi #7A8338
RGB
CMYK
RGB Variations
Color information
#7A8338 (or 0x7A8338) is known color: Wasabi. HEX triplet: 7A, 83 and 38. RGB value is (122,131,56). Sum of RGB (Red+Green+Blue) = 122+131+56=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #7A8338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8338 is #857CC7. Grayscale: #787878. Windows color (decimal): -8748232 or 3703674. OLE color: 3703674.
HSL color Cylindrical-coordinate representation of color #7A8338: hue angle of 67.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A8338 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 56 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.49 |
| HSL | 67.2º | 0.4% | 0.37% | - |
| HSV(B) | 67.2º | 0.57% | 0.51% | - |
| XYZ | 16.86 | 20.66 | 6.84 | - |
| YUV | 119.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 56 | 0.07 | 0 | 0.57 | 0.49 | 67.2 | 0.4 | 0.37 |
| Hex | 7A | 83 | 38 | 7 | 0 | 39 | 31 | 43 | 28 | 25 |
| Octal | 172 | 203 | 70 | 7 | 0 | 71 | 61 | 103 | 50 | 45 |
| Binary | 1111010 | 10000011 | 111000 | 111 | 0 | 111001 | 110001 | 1000011 | 101000 | 100101 |
Color Harmonies of #7A8338
Complementary color
Monochromatic Colors of #7A8338
Black with #7A8338
Text Example
Text Example
White with #7A8338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8338; }
p { color: rgb(122,131,56); }
H1.HeaderClassName
{
color: #7A8338;
}
.AnyTagClassName
{
color: #7A8338;
}
</style>
background-color css
<style>
a { background-color: #7A8338; }
a { background-color: rgb(122,131,56); }
div.DivClassName
{
background-color: #7A8338;
}
.BgClassName
{
background-color: #7A8338;
}
</style>
border-color css
<style>
span { border-color: #7A8338; }
span { border-color: rgb(122,131,56); }
td.TdClassName
{
border-color: #7A8338;
}
.TagClassName
{
border-color: #7A8338;
}
</style>