Shades of Wasabi #7F873B
Tints of Wasabi #7F873B
RGB
CMYK
RGB Variations
Color information
#7F873B (or 0x7F873B) is known color: Wasabi. HEX triplet: 7F, 87 and 3B. RGB value is (127,135,59). Sum of RGB (Red+Green+Blue) = 127+135+59=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #7F873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F873B is #8078C4. Grayscale: #7C7C7C. Windows color (decimal): -8419525 or 3901311. OLE color: 3901311.
HSL color Cylindrical-coordinate representation of color #7F873B: hue angle of 66.32º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F873B is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 135 | 59 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.47 |
| HSL | 66.32º | 0.39% | 0.38% | - |
| HSV(B) | 66.32º | 0.56% | 0.53% | - |
| XYZ | 18.21 | 22.16 | 7.45 | - |
| YUV | 123.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 59 | 0.06 | 0 | 0.56 | 0.47 | 66.32 | 0.39 | 0.38 |
| Hex | 7F | 87 | 3B | 6 | 0 | 38 | 2F | 42 | 27 | 26 |
| Octal | 177 | 207 | 73 | 6 | 0 | 70 | 57 | 102 | 47 | 46 |
| Binary | 1111111 | 10000111 | 111011 | 110 | 0 | 111000 | 101111 | 1000010 | 100111 | 100110 |
Color Harmonies of #7F873B
Complementary color
Monochromatic Colors of #7F873B
Black with #7F873B
Text Example
Text Example
White with #7F873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F873B; }
p { color: rgb(127,135,59); }
H1.HeaderClassName
{
color: #7F873B;
}
.AnyTagClassName
{
color: #7F873B;
}
</style>
background-color css
<style>
a { background-color: #7F873B; }
a { background-color: rgb(127,135,59); }
div.DivClassName
{
background-color: #7F873B;
}
.BgClassName
{
background-color: #7F873B;
}
</style>
border-color css
<style>
span { border-color: #7F873B; }
span { border-color: rgb(127,135,59); }
td.TdClassName
{
border-color: #7F873B;
}
.TagClassName
{
border-color: #7F873B;
}
</style>