Shades of Wasabi #7F902A
Tints of Wasabi #7F902A
RGB
CMYK
RGB Variations
Color information
#7F902A (or 0x7F902A) is known color: Wasabi. HEX triplet: 7F, 90 and 2A. RGB value is (127,144,42). Sum of RGB (Red+Green+Blue) = 127+144+42=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #7F902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F902A is #806FD5. Grayscale: #7F7F7F. Windows color (decimal): -8417238 or 2789503. OLE color: 2789503.
HSL color Cylindrical-coordinate representation of color #7F902A: hue angle of 70º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F902A is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 42 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.44 |
| HSL | 70º | 0.55% | 0.36% | - |
| HSV(B) | 70º | 0.71% | 0.56% | - |
| XYZ | 19.14 | 24.63 | 5.93 | - |
| YUV | 127.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 42 | 0.12 | 0 | 0.71 | 0.44 | 70 | 0.55 | 0.36 |
| Hex | 7F | 90 | 2A | C | 0 | 47 | 2C | 46 | 37 | 24 |
| Octal | 177 | 220 | 52 | 14 | 0 | 107 | 54 | 106 | 67 | 44 |
| Binary | 1111111 | 10010000 | 101010 | 1100 | 0 | 1000111 | 101100 | 1000110 | 110111 | 100100 |
Color Harmonies of #7F902A
Complementary color
Monochromatic Colors of #7F902A
Black with #7F902A
Text Example
Text Example
White with #7F902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F902A; }
p { color: rgb(127,144,42); }
H1.HeaderClassName
{
color: #7F902A;
}
.AnyTagClassName
{
color: #7F902A;
}
</style>
background-color css
<style>
a { background-color: #7F902A; }
a { background-color: rgb(127,144,42); }
div.DivClassName
{
background-color: #7F902A;
}
.BgClassName
{
background-color: #7F902A;
}
</style>
border-color css
<style>
span { border-color: #7F902A; }
span { border-color: rgb(127,144,42); }
td.TdClassName
{
border-color: #7F902A;
}
.TagClassName
{
border-color: #7F902A;
}
</style>