Shades of Wasabi #7F893E
Tints of Wasabi #7F893E
RGB
CMYK
RGB Variations
Color information
#7F893E (or 0x7F893E) is known color: Wasabi. HEX triplet: 7F, 89 and 3E. RGB value is (127,137,62). Sum of RGB (Red+Green+Blue) = 127+137+62=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #7F893E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F893E is #8076C1. Grayscale: #7D7D7D. Windows color (decimal): -8419010 or 4098431. OLE color: 4098431.
HSL color Cylindrical-coordinate representation of color #7F893E: hue angle of 68º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F893E is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 137 | 62 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.46 |
| HSL | 68º | 0.38% | 0.39% | - |
| HSV(B) | 68º | 0.55% | 0.54% | - |
| XYZ | 18.57 | 22.75 | 7.97 | - |
| YUV | 125.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 62 | 0.07 | 0 | 0.55 | 0.46 | 68 | 0.38 | 0.39 |
| Hex | 7F | 89 | 3E | 7 | 0 | 37 | 2E | 44 | 26 | 27 |
| Octal | 177 | 211 | 76 | 7 | 0 | 67 | 56 | 104 | 46 | 47 |
| Binary | 1111111 | 10001001 | 111110 | 111 | 0 | 110111 | 101110 | 1000100 | 100110 | 100111 |
Color Harmonies of #7F893E
Complementary color
Monochromatic Colors of #7F893E
Black with #7F893E
Text Example
Text Example
White with #7F893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F893E; }
p { color: rgb(127,137,62); }
H1.HeaderClassName
{
color: #7F893E;
}
.AnyTagClassName
{
color: #7F893E;
}
</style>
background-color css
<style>
a { background-color: #7F893E; }
a { background-color: rgb(127,137,62); }
div.DivClassName
{
background-color: #7F893E;
}
.BgClassName
{
background-color: #7F893E;
}
</style>
border-color css
<style>
span { border-color: #7F893E; }
span { border-color: rgb(127,137,62); }
td.TdClassName
{
border-color: #7F893E;
}
.TagClassName
{
border-color: #7F893E;
}
</style>