Shades of Wasabi #7A8F2F
Tints of Wasabi #7A8F2F
RGB
CMYK
RGB Variations
Color information
#7A8F2F (or 0x7A8F2F) is known color: Wasabi. HEX triplet: 7A, 8F and 2F. RGB value is (122,143,47). Sum of RGB (Red+Green+Blue) = 122+143+47=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8F2F is #8570D0. Grayscale: #7E7E7E. Windows color (decimal): -8745169 or 3116922. OLE color: 3116922.
HSL color Cylindrical-coordinate representation of color #7A8F2F: hue angle of 73.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A8F2F is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 143 | 47 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.44 |
| HSL | 73.13º | 0.51% | 0.37% | - |
| HSV(B) | 73.13º | 0.67% | 0.56% | - |
| XYZ | 18.36 | 23.99 | 6.35 | - |
| YUV | 125.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 47 | 0.15 | 0 | 0.67 | 0.44 | 73.13 | 0.51 | 0.37 |
| Hex | 7A | 8F | 2F | F | 0 | 43 | 2C | 49 | 33 | 25 |
| Octal | 172 | 217 | 57 | 17 | 0 | 103 | 54 | 111 | 63 | 45 |
| Binary | 1111010 | 10001111 | 101111 | 1111 | 0 | 1000011 | 101100 | 1001001 | 110011 | 100101 |
Color Harmonies of #7A8F2F
Complementary color
Monochromatic Colors of #7A8F2F
Black with #7A8F2F
Text Example
Text Example
White with #7A8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8F2F; }
p { color: rgb(122,143,47); }
H1.HeaderClassName
{
color: #7A8F2F;
}
.AnyTagClassName
{
color: #7A8F2F;
}
</style>
background-color css
<style>
a { background-color: #7A8F2F; }
a { background-color: rgb(122,143,47); }
div.DivClassName
{
background-color: #7A8F2F;
}
.BgClassName
{
background-color: #7A8F2F;
}
</style>
border-color css
<style>
span { border-color: #7A8F2F; }
span { border-color: rgb(122,143,47); }
td.TdClassName
{
border-color: #7A8F2F;
}
.TagClassName
{
border-color: #7A8F2F;
}
</style>