Shades of Wasabi #7F902C
Tints of Wasabi #7F902C
RGB
CMYK
RGB Variations
Color information
#7F902C (or 0x7F902C) is known color: Wasabi. HEX triplet: 7F, 90 and 2C. RGB value is (127,144,44). Sum of RGB (Red+Green+Blue) = 127+144+44=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #7F902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F902C is #806FD3. Grayscale: #7F7F7F. Windows color (decimal): -8417236 or 2920575. OLE color: 2920575.
HSL color Cylindrical-coordinate representation of color #7F902C: hue angle of 70.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F902C is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 44 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.44 |
| HSL | 70.2º | 0.53% | 0.37% | - |
| HSV(B) | 70.2º | 0.69% | 0.56% | - |
| XYZ | 19.18 | 24.64 | 6.13 | - |
| YUV | 127.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 44 | 0.12 | 0 | 0.69 | 0.44 | 70.2 | 0.53 | 0.37 |
| Hex | 7F | 90 | 2C | C | 0 | 45 | 2C | 46 | 35 | 25 |
| Octal | 177 | 220 | 54 | 14 | 0 | 105 | 54 | 106 | 65 | 45 |
| Binary | 1111111 | 10010000 | 101100 | 1100 | 0 | 1000101 | 101100 | 1000110 | 110101 | 100101 |
Color Harmonies of #7F902C
Complementary color
Monochromatic Colors of #7F902C
Black with #7F902C
Text Example
Text Example
White with #7F902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F902C; }
p { color: rgb(127,144,44); }
H1.HeaderClassName
{
color: #7F902C;
}
.AnyTagClassName
{
color: #7F902C;
}
</style>
background-color css
<style>
a { background-color: #7F902C; }
a { background-color: rgb(127,144,44); }
div.DivClassName
{
background-color: #7F902C;
}
.BgClassName
{
background-color: #7F902C;
}
</style>
border-color css
<style>
span { border-color: #7F902C; }
span { border-color: rgb(127,144,44); }
td.TdClassName
{
border-color: #7F902C;
}
.TagClassName
{
border-color: #7F902C;
}
</style>