Shades of Wasabi #7F9941
Tints of Wasabi #7F9941
RGB
CMYK
RGB Variations
Color information
#7F9941 (or 0x7F9941) is known color: Wasabi. HEX triplet: 7F, 99 and 41. RGB value is (127,153,65). Sum of RGB (Red+Green+Blue) = 127+153+65=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9941 is #8066BE. Grayscale: #878787. Windows color (decimal): -8414911 or 4299135. OLE color: 4299135.
HSL color Cylindrical-coordinate representation of color #7F9941: hue angle of 77.73º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F9941 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 65 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.4 |
| HSL | 77.73º | 0.4% | 0.43% | - |
| HSV(B) | 77.73º | 0.58% | 0.6% | - |
| XYZ | 21.1 | 27.68 | 9.23 | - |
| YUV | 135.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 65 | 0.17 | 0 | 0.58 | 0.4 | 77.73 | 0.4 | 0.43 |
| Hex | 7F | 99 | 41 | 11 | 0 | 3A | 28 | 4E | 28 | 2B |
| Octal | 177 | 231 | 101 | 21 | 0 | 72 | 50 | 116 | 50 | 53 |
| Binary | 1111111 | 10011001 | 1000001 | 10001 | 0 | 111010 | 101000 | 1001110 | 101000 | 101011 |
Color Harmonies of #7F9941
Complementary color
Monochromatic Colors of #7F9941
Black with #7F9941
Text Example
Text Example
White with #7F9941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9941; }
p { color: rgb(127,153,65); }
H1.HeaderClassName
{
color: #7F9941;
}
.AnyTagClassName
{
color: #7F9941;
}
</style>
background-color css
<style>
a { background-color: #7F9941; }
a { background-color: rgb(127,153,65); }
div.DivClassName
{
background-color: #7F9941;
}
.BgClassName
{
background-color: #7F9941;
}
</style>
border-color css
<style>
span { border-color: #7F9941; }
span { border-color: rgb(127,153,65); }
td.TdClassName
{
border-color: #7F9941;
}
.TagClassName
{
border-color: #7F9941;
}
</style>