Shades of Wasabi #7F893D
Tints of Wasabi #7F893D
RGB
CMYK
RGB Variations
Color information
#7F893D (or 0x7F893D) is known color: Wasabi. HEX triplet: 7F, 89 and 3D. RGB value is (127,137,61). Sum of RGB (Red+Green+Blue) = 127+137+61=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #7F893D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F893D is #8076C2. Grayscale: #7D7D7D. Windows color (decimal): -8419011 or 4032895. OLE color: 4032895.
HSL color Cylindrical-coordinate representation of color #7F893D: hue angle of 67.89º 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 #7F893D is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 137 | 61 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.46 |
| HSL | 67.89º | 0.38% | 0.39% | - |
| HSV(B) | 67.89º | 0.55% | 0.54% | - |
| XYZ | 18.54 | 22.74 | 7.83 | - |
| YUV | 125.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 61 | 0.07 | 0 | 0.55 | 0.46 | 67.89 | 0.38 | 0.39 |
| Hex | 7F | 89 | 3D | 7 | 0 | 37 | 2E | 44 | 26 | 27 |
| Octal | 177 | 211 | 75 | 7 | 0 | 67 | 56 | 104 | 46 | 47 |
| Binary | 1111111 | 10001001 | 111101 | 111 | 0 | 110111 | 101110 | 1000100 | 100110 | 100111 |
Color Harmonies of #7F893D
Complementary color
Monochromatic Colors of #7F893D
Black with #7F893D
Text Example
Text Example
White with #7F893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F893D; }
p { color: rgb(127,137,61); }
H1.HeaderClassName
{
color: #7F893D;
}
.AnyTagClassName
{
color: #7F893D;
}
</style>
background-color css
<style>
a { background-color: #7F893D; }
a { background-color: rgb(127,137,61); }
div.DivClassName
{
background-color: #7F893D;
}
.BgClassName
{
background-color: #7F893D;
}
</style>
border-color css
<style>
span { border-color: #7F893D; }
span { border-color: rgb(127,137,61); }
td.TdClassName
{
border-color: #7F893D;
}
.TagClassName
{
border-color: #7F893D;
}
</style>