Shades of Wasabi #7A8A38
Tints of Wasabi #7A8A38
RGB
CMYK
RGB Variations
Color information
#7A8A38 (or 0x7A8A38) is known color: Wasabi. HEX triplet: 7A, 8A and 38. RGB value is (122,138,56). Sum of RGB (Red+Green+Blue) = 122+138+56=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8A38 is #8575C7. Grayscale: #7C7C7C. Windows color (decimal): -8746440 or 3705466. OLE color: 3705466.
HSL color Cylindrical-coordinate representation of color #7A8A38: hue angle of 71.71º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A8A38 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 56 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.46 |
| HSL | 71.71º | 0.42% | 0.38% | - |
| HSV(B) | 71.71º | 0.59% | 0.54% | - |
| XYZ | 17.83 | 22.6 | 7.16 | - |
| YUV | 123.87 | 89.7 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 56 | 0.12 | 0 | 0.59 | 0.46 | 71.71 | 0.42 | 0.38 |
| Hex | 7A | 8A | 38 | C | 0 | 3B | 2E | 48 | 2A | 26 |
| Octal | 172 | 212 | 70 | 14 | 0 | 73 | 56 | 110 | 52 | 46 |
| Binary | 1111010 | 10001010 | 111000 | 1100 | 0 | 111011 | 101110 | 1001000 | 101010 | 100110 |
Color Harmonies of #7A8A38
Complementary color
Monochromatic Colors of #7A8A38
Black with #7A8A38
Text Example
Text Example
White with #7A8A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A38; }
p { color: rgb(122,138,56); }
H1.HeaderClassName
{
color: #7A8A38;
}
.AnyTagClassName
{
color: #7A8A38;
}
</style>
background-color css
<style>
a { background-color: #7A8A38; }
a { background-color: rgb(122,138,56); }
div.DivClassName
{
background-color: #7A8A38;
}
.BgClassName
{
background-color: #7A8A38;
}
</style>
border-color css
<style>
span { border-color: #7A8A38; }
span { border-color: rgb(122,138,56); }
td.TdClassName
{
border-color: #7A8A38;
}
.TagClassName
{
border-color: #7A8A38;
}
</style>