Shades of Wasabi #7F973C
Tints of Wasabi #7F973C
RGB
CMYK
RGB Variations
Color information
#7F973C (or 0x7F973C) is known color: Wasabi. HEX triplet: 7F, 97 and 3C. RGB value is (127,151,60). Sum of RGB (Red+Green+Blue) = 127+151+60=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #7F973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F973C is #8068C3. Grayscale: #858585. Windows color (decimal): -8415428 or 3970943. OLE color: 3970943.
HSL color Cylindrical-coordinate representation of color #7F973C: hue angle of 75.82º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F973C is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 151 | 60 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.41 |
| HSL | 75.82º | 0.43% | 0.41% | - |
| HSV(B) | 75.82º | 0.6% | 0.59% | - |
| XYZ | 20.63 | 26.97 | 8.39 | - |
| YUV | 133.45 | 86.55 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 151 | 60 | 0.16 | 0 | 0.60 | 0.41 | 75.82 | 0.43 | 0.41 |
| Hex | 7F | 97 | 3C | 10 | 0 | 3C | 29 | 4C | 2B | 29 |
| Octal | 177 | 227 | 74 | 20 | 0 | 74 | 51 | 114 | 53 | 51 |
| Binary | 1111111 | 10010111 | 111100 | 10000 | 0 | 111100 | 101001 | 1001100 | 101011 | 101001 |
Color Harmonies of #7F973C
Complementary color
Monochromatic Colors of #7F973C
Black with #7F973C
Text Example
Text Example
White with #7F973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F973C; }
p { color: rgb(127,151,60); }
H1.HeaderClassName
{
color: #7F973C;
}
.AnyTagClassName
{
color: #7F973C;
}
</style>
background-color css
<style>
a { background-color: #7F973C; }
a { background-color: rgb(127,151,60); }
div.DivClassName
{
background-color: #7F973C;
}
.BgClassName
{
background-color: #7F973C;
}
</style>
border-color css
<style>
span { border-color: #7F973C; }
span { border-color: rgb(127,151,60); }
td.TdClassName
{
border-color: #7F973C;
}
.TagClassName
{
border-color: #7F973C;
}
</style>