Shades of Wasabi #7F8842
Tints of Wasabi #7F8842
RGB
CMYK
RGB Variations
Color information
#7F8842 (or 0x7F8842) is known color: Wasabi. HEX triplet: 7F, 88 and 42. RGB value is (127,136,66). Sum of RGB (Red+Green+Blue) = 127+136+66=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8842 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8842 is #8077BD. Grayscale: #7D7D7D. Windows color (decimal): -8419262 or 4360319. OLE color: 4360319.
HSL color Cylindrical-coordinate representation of color #7F8842: hue angle of 67.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F8842 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 66 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.47 |
| HSL | 67.71º | 0.35% | 0.4% | - |
| HSV(B) | 67.71º | 0.51% | 0.53% | - |
| XYZ | 18.54 | 22.51 | 8.52 | - |
| YUV | 125.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 66 | 0.07 | 0 | 0.51 | 0.47 | 67.71 | 0.35 | 0.4 |
| Hex | 7F | 88 | 42 | 7 | 0 | 33 | 2F | 44 | 23 | 28 |
| Octal | 177 | 210 | 102 | 7 | 0 | 63 | 57 | 104 | 43 | 50 |
| Binary | 1111111 | 10001000 | 1000010 | 111 | 0 | 110011 | 101111 | 1000100 | 100011 | 101000 |
Color Harmonies of #7F8842
Complementary color
Monochromatic Colors of #7F8842
Black with #7F8842
Text Example
Text Example
White with #7F8842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8842; }
p { color: rgb(127,136,66); }
H1.HeaderClassName
{
color: #7F8842;
}
.AnyTagClassName
{
color: #7F8842;
}
</style>
background-color css
<style>
a { background-color: #7F8842; }
a { background-color: rgb(127,136,66); }
div.DivClassName
{
background-color: #7F8842;
}
.BgClassName
{
background-color: #7F8842;
}
</style>
border-color css
<style>
span { border-color: #7F8842; }
span { border-color: rgb(127,136,66); }
td.TdClassName
{
border-color: #7F8842;
}
.TagClassName
{
border-color: #7F8842;
}
</style>