Shades of Wasabi #7B902E
Tints of Wasabi #7B902E
RGB
CMYK
RGB Variations
Color information
#7B902E (or 0x7B902E) is known color: Wasabi. HEX triplet: 7B, 90 and 2E. RGB value is (123,144,46). Sum of RGB (Red+Green+Blue) = 123+144+46=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #7B902E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B902E is #846FD1. Grayscale: #7E7E7E. Windows color (decimal): -8679378 or 3051643. OLE color: 3051643.
HSL color Cylindrical-coordinate representation of color #7B902E: hue angle of 72.86º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B902E is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 46 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.44 |
| HSL | 72.86º | 0.52% | 0.37% | - |
| HSV(B) | 72.86º | 0.68% | 0.56% | - |
| XYZ | 18.63 | 24.35 | 6.3 | - |
| YUV | 126.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 46 | 0.15 | 0 | 0.68 | 0.44 | 72.86 | 0.52 | 0.37 |
| Hex | 7B | 90 | 2E | F | 0 | 44 | 2C | 49 | 34 | 25 |
| Octal | 173 | 220 | 56 | 17 | 0 | 104 | 54 | 111 | 64 | 45 |
| Binary | 1111011 | 10010000 | 101110 | 1111 | 0 | 1000100 | 101100 | 1001001 | 110100 | 100101 |
Color Harmonies of #7B902E
Complementary color
Monochromatic Colors of #7B902E
Black with #7B902E
Text Example
Text Example
White with #7B902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B902E; }
p { color: rgb(123,144,46); }
H1.HeaderClassName
{
color: #7B902E;
}
.AnyTagClassName
{
color: #7B902E;
}
</style>
background-color css
<style>
a { background-color: #7B902E; }
a { background-color: rgb(123,144,46); }
div.DivClassName
{
background-color: #7B902E;
}
.BgClassName
{
background-color: #7B902E;
}
</style>
border-color css
<style>
span { border-color: #7B902E; }
span { border-color: rgb(123,144,46); }
td.TdClassName
{
border-color: #7B902E;
}
.TagClassName
{
border-color: #7B902E;
}
</style>