Shades of Wasabi #7F8243
Tints of Wasabi #7F8243
RGB
CMYK
RGB Variations
Color information
#7F8243 (or 0x7F8243) is known color: Wasabi. HEX triplet: 7F, 82 and 43. RGB value is (127,130,67). Sum of RGB (Red+Green+Blue) = 127+130+67=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8243 is #807DBC. Grayscale: #7A7A7A. Windows color (decimal): -8420797 or 4424319. OLE color: 4424319.
HSL color Cylindrical-coordinate representation of color #7F8243: hue angle of 62.86º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F8243 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 67 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.49 |
| HSL | 62.86º | 0.32% | 0.39% | - |
| HSV(B) | 62.86º | 0.48% | 0.51% | - |
| XYZ | 17.75 | 20.88 | 8.41 | - |
| YUV | 121.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 67 | 0.02 | 0 | 0.48 | 0.49 | 62.86 | 0.32 | 0.39 |
| Hex | 7F | 82 | 43 | 2 | 0 | 30 | 31 | 3F | 20 | 27 |
| Octal | 177 | 202 | 103 | 2 | 0 | 60 | 61 | 77 | 40 | 47 |
| Binary | 1111111 | 10000010 | 1000011 | 10 | 0 | 110000 | 110001 | 111111 | 100000 | 100111 |
Color Harmonies of #7F8243
Complementary color
Monochromatic Colors of #7F8243
Black with #7F8243
Text Example
Text Example
White with #7F8243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8243; }
p { color: rgb(127,130,67); }
H1.HeaderClassName
{
color: #7F8243;
}
.AnyTagClassName
{
color: #7F8243;
}
</style>
background-color css
<style>
a { background-color: #7F8243; }
a { background-color: rgb(127,130,67); }
div.DivClassName
{
background-color: #7F8243;
}
.BgClassName
{
background-color: #7F8243;
}
</style>
border-color css
<style>
span { border-color: #7F8243; }
span { border-color: rgb(127,130,67); }
td.TdClassName
{
border-color: #7F8243;
}
.TagClassName
{
border-color: #7F8243;
}
</style>