Shades of Wasabi #7F934A
Tints of Wasabi #7F934A
RGB
CMYK
RGB Variations
Color information
#7F934A (or 0x7F934A) is known color: Wasabi. HEX triplet: 7F, 93 and 4A. RGB value is (127,147,74). Sum of RGB (Red+Green+Blue) = 127+147+74=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #7F934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F934A is #806CB5. Grayscale: #848484. Windows color (decimal): -8416438 or 4887423. OLE color: 4887423.
HSL color Cylindrical-coordinate representation of color #7F934A: hue angle of 76.44º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F934A is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 74 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.42 |
| HSL | 76.44º | 0.33% | 0.43% | - |
| HSV(B) | 76.44º | 0.5% | 0.58% | - |
| XYZ | 20.42 | 25.87 | 10.4 | - |
| YUV | 132.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 74 | 0.14 | 0 | 0.50 | 0.42 | 76.44 | 0.33 | 0.43 |
| Hex | 7F | 93 | 4A | E | 0 | 32 | 2A | 4C | 21 | 2B |
| Octal | 177 | 223 | 112 | 16 | 0 | 62 | 52 | 114 | 41 | 53 |
| Binary | 1111111 | 10010011 | 1001010 | 1110 | 0 | 110010 | 101010 | 1001100 | 100001 | 101011 |
Color Harmonies of #7F934A
Complementary color
Monochromatic Colors of #7F934A
Black with #7F934A
Text Example
Text Example
White with #7F934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F934A; }
p { color: rgb(127,147,74); }
H1.HeaderClassName
{
color: #7F934A;
}
.AnyTagClassName
{
color: #7F934A;
}
</style>
background-color css
<style>
a { background-color: #7F934A; }
a { background-color: rgb(127,147,74); }
div.DivClassName
{
background-color: #7F934A;
}
.BgClassName
{
background-color: #7F934A;
}
</style>
border-color css
<style>
span { border-color: #7F934A; }
span { border-color: rgb(127,147,74); }
td.TdClassName
{
border-color: #7F934A;
}
.TagClassName
{
border-color: #7F934A;
}
</style>