Shades of Wasabi #7F912F
Tints of Wasabi #7F912F
RGB
CMYK
RGB Variations
Color information
#7F912F (or 0x7F912F) is known color: Wasabi. HEX triplet: 7F, 91 and 2F. RGB value is (127,145,47). Sum of RGB (Red+Green+Blue) = 127+145+47=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #7F912F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F912F is #806ED0. Grayscale: #808080. Windows color (decimal): -8416977 or 3117439. OLE color: 3117439.
HSL color Cylindrical-coordinate representation of color #7F912F: hue angle of 71.02º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F912F is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 145 | 47 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.43 |
| HSL | 71.02º | 0.51% | 0.38% | - |
| HSV(B) | 71.02º | 0.68% | 0.57% | - |
| XYZ | 19.39 | 24.97 | 6.49 | - |
| YUV | 128.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 47 | 0.12 | 0 | 0.68 | 0.43 | 71.02 | 0.51 | 0.38 |
| Hex | 7F | 91 | 2F | C | 0 | 44 | 2B | 47 | 33 | 26 |
| Octal | 177 | 221 | 57 | 14 | 0 | 104 | 53 | 107 | 63 | 46 |
| Binary | 1111111 | 10010001 | 101111 | 1100 | 0 | 1000100 | 101011 | 1000111 | 110011 | 100110 |
Color Harmonies of #7F912F
Complementary color
Monochromatic Colors of #7F912F
Black with #7F912F
Text Example
Text Example
White with #7F912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F912F; }
p { color: rgb(127,145,47); }
H1.HeaderClassName
{
color: #7F912F;
}
.AnyTagClassName
{
color: #7F912F;
}
</style>
background-color css
<style>
a { background-color: #7F912F; }
a { background-color: rgb(127,145,47); }
div.DivClassName
{
background-color: #7F912F;
}
.BgClassName
{
background-color: #7F912F;
}
</style>
border-color css
<style>
span { border-color: #7F912F; }
span { border-color: rgb(127,145,47); }
td.TdClassName
{
border-color: #7F912F;
}
.TagClassName
{
border-color: #7F912F;
}
</style>