Shades of Wasabi #7B922F
Tints of Wasabi #7B922F
RGB
CMYK
RGB Variations
Color information
#7B922F (or 0x7B922F) is known color: Wasabi. HEX triplet: 7B, 92 and 2F. RGB value is (123,146,47). Sum of RGB (Red+Green+Blue) = 123+146+47=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #7B922F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B922F is #846DD0. Grayscale: #808080. Windows color (decimal): -8678865 or 3117691. OLE color: 3117691.
HSL color Cylindrical-coordinate representation of color #7B922F: hue angle of 73.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B922F is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 47 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.43 |
| HSL | 73.94º | 0.51% | 0.38% | - |
| HSV(B) | 73.94º | 0.68% | 0.57% | - |
| XYZ | 18.96 | 24.97 | 6.51 | - |
| YUV | 127.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 47 | 0.16 | 0 | 0.68 | 0.43 | 73.94 | 0.51 | 0.38 |
| Hex | 7B | 92 | 2F | 10 | 0 | 44 | 2B | 4A | 33 | 26 |
| Octal | 173 | 222 | 57 | 20 | 0 | 104 | 53 | 112 | 63 | 46 |
| Binary | 1111011 | 10010010 | 101111 | 10000 | 0 | 1000100 | 101011 | 1001010 | 110011 | 100110 |
Color Harmonies of #7B922F
Complementary color
Monochromatic Colors of #7B922F
Black with #7B922F
Text Example
Text Example
White with #7B922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B922F; }
p { color: rgb(123,146,47); }
H1.HeaderClassName
{
color: #7B922F;
}
.AnyTagClassName
{
color: #7B922F;
}
</style>
background-color css
<style>
a { background-color: #7B922F; }
a { background-color: rgb(123,146,47); }
div.DivClassName
{
background-color: #7B922F;
}
.BgClassName
{
background-color: #7B922F;
}
</style>
border-color css
<style>
span { border-color: #7B922F; }
span { border-color: rgb(123,146,47); }
td.TdClassName
{
border-color: #7B922F;
}
.TagClassName
{
border-color: #7B922F;
}
</style>