Shades of Wasabi #7A8B2F
Tints of Wasabi #7A8B2F
RGB
CMYK
RGB Variations
Color information
#7A8B2F (or 0x7A8B2F) is known color: Wasabi. HEX triplet: 7A, 8B and 2F. RGB value is (122,139,47). Sum of RGB (Red+Green+Blue) = 122+139+47=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B2F is #8574D0. Grayscale: #7B7B7B. Windows color (decimal): -8746193 or 3115898. OLE color: 3115898.
HSL color Cylindrical-coordinate representation of color #7A8B2F: hue angle of 71.09º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A8B2F is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 47 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.45 |
| HSL | 71.09º | 0.49% | 0.36% | - |
| HSV(B) | 71.09º | 0.66% | 0.55% | - |
| XYZ | 17.77 | 22.81 | 6.16 | - |
| YUV | 123.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 47 | 0.12 | 0 | 0.66 | 0.45 | 71.09 | 0.49 | 0.36 |
| Hex | 7A | 8B | 2F | C | 0 | 42 | 2D | 47 | 31 | 24 |
| Octal | 172 | 213 | 57 | 14 | 0 | 102 | 55 | 107 | 61 | 44 |
| Binary | 1111010 | 10001011 | 101111 | 1100 | 0 | 1000010 | 101101 | 1000111 | 110001 | 100100 |
Color Harmonies of #7A8B2F
Complementary color
Monochromatic Colors of #7A8B2F
Black with #7A8B2F
Text Example
Text Example
White with #7A8B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B2F; }
p { color: rgb(122,139,47); }
H1.HeaderClassName
{
color: #7A8B2F;
}
.AnyTagClassName
{
color: #7A8B2F;
}
</style>
background-color css
<style>
a { background-color: #7A8B2F; }
a { background-color: rgb(122,139,47); }
div.DivClassName
{
background-color: #7A8B2F;
}
.BgClassName
{
background-color: #7A8B2F;
}
</style>
border-color css
<style>
span { border-color: #7A8B2F; }
span { border-color: rgb(122,139,47); }
td.TdClassName
{
border-color: #7A8B2F;
}
.TagClassName
{
border-color: #7A8B2F;
}
</style>