Shades of Wasabi #7F913B
Tints of Wasabi #7F913B
RGB
CMYK
RGB Variations
Color information
#7F913B (or 0x7F913B) is known color: Wasabi. HEX triplet: 7F, 91 and 3B. RGB value is (127,145,59). Sum of RGB (Red+Green+Blue) = 127+145+59=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #7F913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F913B is #806EC4. Grayscale: #828282. Windows color (decimal): -8416965 or 3903871. OLE color: 3903871.
HSL color Cylindrical-coordinate representation of color #7F913B: hue angle of 72.56º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F913B is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 145 | 59 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.43 |
| HSL | 72.56º | 0.42% | 0.4% | - |
| HSV(B) | 72.56º | 0.59% | 0.57% | - |
| XYZ | 19.67 | 25.08 | 7.94 | - |
| YUV | 129.81 | 88.04 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 59 | 0.12 | 0 | 0.59 | 0.43 | 72.56 | 0.42 | 0.4 |
| Hex | 7F | 91 | 3B | C | 0 | 3B | 2B | 49 | 2A | 28 |
| Octal | 177 | 221 | 73 | 14 | 0 | 73 | 53 | 111 | 52 | 50 |
| Binary | 1111111 | 10010001 | 111011 | 1100 | 0 | 111011 | 101011 | 1001001 | 101010 | 101000 |
Color Harmonies of #7F913B
Complementary color
Monochromatic Colors of #7F913B
Black with #7F913B
Text Example
Text Example
White with #7F913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F913B; }
p { color: rgb(127,145,59); }
H1.HeaderClassName
{
color: #7F913B;
}
.AnyTagClassName
{
color: #7F913B;
}
</style>
background-color css
<style>
a { background-color: #7F913B; }
a { background-color: rgb(127,145,59); }
div.DivClassName
{
background-color: #7F913B;
}
.BgClassName
{
background-color: #7F913B;
}
</style>
border-color css
<style>
span { border-color: #7F913B; }
span { border-color: rgb(127,145,59); }
td.TdClassName
{
border-color: #7F913B;
}
.TagClassName
{
border-color: #7F913B;
}
</style>