Shades of Wasabi #7F932F
Tints of Wasabi #7F932F
RGB
CMYK
RGB Variations
Color information
#7F932F (or 0x7F932F) is known color: Wasabi. HEX triplet: 7F, 93 and 2F. RGB value is (127,147,47). Sum of RGB (Red+Green+Blue) = 127+147+47=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #7F932F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F932F is #806CD0. Grayscale: #818181. Windows color (decimal): -8416465 or 3117951. OLE color: 3117951.
HSL color Cylindrical-coordinate representation of color #7F932F: hue angle of 72º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F932F is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 47 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.42 |
| HSL | 72º | 0.52% | 0.38% | - |
| HSV(B) | 72º | 0.68% | 0.58% | - |
| XYZ | 19.7 | 25.58 | 6.59 | - |
| YUV | 129.62 | 81.37 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 47 | 0.14 | 0 | 0.68 | 0.42 | 72 | 0.52 | 0.38 |
| Hex | 7F | 93 | 2F | E | 0 | 44 | 2A | 48 | 34 | 26 |
| Octal | 177 | 223 | 57 | 16 | 0 | 104 | 52 | 110 | 64 | 46 |
| Binary | 1111111 | 10010011 | 101111 | 1110 | 0 | 1000100 | 101010 | 1001000 | 110100 | 100110 |
Color Harmonies of #7F932F
Complementary color
Monochromatic Colors of #7F932F
Black with #7F932F
Text Example
Text Example
White with #7F932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F932F; }
p { color: rgb(127,147,47); }
H1.HeaderClassName
{
color: #7F932F;
}
.AnyTagClassName
{
color: #7F932F;
}
</style>
background-color css
<style>
a { background-color: #7F932F; }
a { background-color: rgb(127,147,47); }
div.DivClassName
{
background-color: #7F932F;
}
.BgClassName
{
background-color: #7F932F;
}
</style>
border-color css
<style>
span { border-color: #7F932F; }
span { border-color: rgb(127,147,47); }
td.TdClassName
{
border-color: #7F932F;
}
.TagClassName
{
border-color: #7F932F;
}
</style>