Shades of Wasabi #7F8F2F
Tints of Wasabi #7F8F2F
RGB
CMYK
RGB Variations
Color information
#7F8F2F (or 0x7F8F2F) is known color: Wasabi. HEX triplet: 7F, 8F and 2F. RGB value is (127,143,47). Sum of RGB (Red+Green+Blue) = 127+143+47=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #7F8F2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8F2F is #8070D0. Grayscale: #7F7F7F. Windows color (decimal): -8417489 or 3116927. OLE color: 3116927.
HSL color Cylindrical-coordinate representation of color #7F8F2F: hue angle of 70º 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 #7F8F2F is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 143 | 47 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.44 |
| HSL | 70º | 0.51% | 0.37% | - |
| HSV(B) | 70º | 0.67% | 0.56% | - |
| XYZ | 19.09 | 24.36 | 6.39 | - |
| YUV | 127.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 143 | 47 | 0.11 | 0 | 0.67 | 0.44 | 70 | 0.51 | 0.37 |
| Hex | 7F | 8F | 2F | B | 0 | 43 | 2C | 46 | 33 | 25 |
| Octal | 177 | 217 | 57 | 13 | 0 | 103 | 54 | 106 | 63 | 45 |
| Binary | 1111111 | 10001111 | 101111 | 1011 | 0 | 1000011 | 101100 | 1000110 | 110011 | 100101 |
Color Harmonies of #7F8F2F
Complementary color
Monochromatic Colors of #7F8F2F
Black with #7F8F2F
Text Example
Text Example
White with #7F8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8F2F; }
p { color: rgb(127,143,47); }
H1.HeaderClassName
{
color: #7F8F2F;
}
.AnyTagClassName
{
color: #7F8F2F;
}
</style>
background-color css
<style>
a { background-color: #7F8F2F; }
a { background-color: rgb(127,143,47); }
div.DivClassName
{
background-color: #7F8F2F;
}
.BgClassName
{
background-color: #7F8F2F;
}
</style>
border-color css
<style>
span { border-color: #7F8F2F; }
span { border-color: rgb(127,143,47); }
td.TdClassName
{
border-color: #7F8F2F;
}
.TagClassName
{
border-color: #7F8F2F;
}
</style>