Shades of Wasabi #7F923B
Tints of Wasabi #7F923B
RGB
CMYK
RGB Variations
Color information
#7F923B (or 0x7F923B) is known color: Wasabi. HEX triplet: 7F, 92 and 3B. RGB value is (127,146,59). Sum of RGB (Red+Green+Blue) = 127+146+59=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #7F923B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F923B is #806DC4. Grayscale: #828282. Windows color (decimal): -8416709 or 3904127. OLE color: 3904127.
HSL color Cylindrical-coordinate representation of color #7F923B: hue angle of 73.1º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F923B is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 59 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.43 |
| HSL | 73.1º | 0.42% | 0.4% | - |
| HSV(B) | 73.1º | 0.6% | 0.57% | - |
| XYZ | 19.82 | 25.39 | 7.99 | - |
| YUV | 130.4 | 87.71 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 59 | 0.13 | 0 | 0.60 | 0.43 | 73.1 | 0.42 | 0.4 |
| Hex | 7F | 92 | 3B | D | 0 | 3C | 2B | 49 | 2A | 28 |
| Octal | 177 | 222 | 73 | 15 | 0 | 74 | 53 | 111 | 52 | 50 |
| Binary | 1111111 | 10010010 | 111011 | 1101 | 0 | 111100 | 101011 | 1001001 | 101010 | 101000 |
Color Harmonies of #7F923B
Complementary color
Monochromatic Colors of #7F923B
Black with #7F923B
Text Example
Text Example
White with #7F923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F923B; }
p { color: rgb(127,146,59); }
H1.HeaderClassName
{
color: #7F923B;
}
.AnyTagClassName
{
color: #7F923B;
}
</style>
background-color css
<style>
a { background-color: #7F923B; }
a { background-color: rgb(127,146,59); }
div.DivClassName
{
background-color: #7F923B;
}
.BgClassName
{
background-color: #7F923B;
}
</style>
border-color css
<style>
span { border-color: #7F923B; }
span { border-color: rgb(127,146,59); }
td.TdClassName
{
border-color: #7F923B;
}
.TagClassName
{
border-color: #7F923B;
}
</style>