Shades of Wasabi #7F924B
Tints of Wasabi #7F924B
RGB
CMYK
RGB Variations
Color information
#7F924B (or 0x7F924B) is known color: Wasabi. HEX triplet: 7F, 92 and 4B. RGB value is (127,146,75). Sum of RGB (Red+Green+Blue) = 127+146+75=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #7F924B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F924B is #806DB4. Grayscale: #848484. Windows color (decimal): -8416693 or 4952703. OLE color: 4952703.
HSL color Cylindrical-coordinate representation of color #7F924B: hue angle of 76.06º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F924B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 75 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.43 |
| HSL | 76.06º | 0.32% | 0.43% | - |
| HSV(B) | 76.06º | 0.49% | 0.57% | - |
| XYZ | 20.3 | 25.58 | 10.52 | - |
| YUV | 132.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 75 | 0.13 | 0 | 0.49 | 0.43 | 76.06 | 0.32 | 0.43 |
| Hex | 7F | 92 | 4B | D | 0 | 31 | 2B | 4C | 20 | 2B |
| Octal | 177 | 222 | 113 | 15 | 0 | 61 | 53 | 114 | 40 | 53 |
| Binary | 1111111 | 10010010 | 1001011 | 1101 | 0 | 110001 | 101011 | 1001100 | 100000 | 101011 |
Color Harmonies of #7F924B
Complementary color
Monochromatic Colors of #7F924B
Black with #7F924B
Text Example
Text Example
White with #7F924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F924B; }
p { color: rgb(127,146,75); }
H1.HeaderClassName
{
color: #7F924B;
}
.AnyTagClassName
{
color: #7F924B;
}
</style>
background-color css
<style>
a { background-color: #7F924B; }
a { background-color: rgb(127,146,75); }
div.DivClassName
{
background-color: #7F924B;
}
.BgClassName
{
background-color: #7F924B;
}
</style>
border-color css
<style>
span { border-color: #7F924B; }
span { border-color: rgb(127,146,75); }
td.TdClassName
{
border-color: #7F924B;
}
.TagClassName
{
border-color: #7F924B;
}
</style>