Shades of Wasabi #7B903A
Tints of Wasabi #7B903A
RGB
CMYK
RGB Variations
Color information
#7B903A (or 0x7B903A) is known color: Wasabi. HEX triplet: 7B, 90 and 3A. RGB value is (123,144,58). Sum of RGB (Red+Green+Blue) = 123+144+58=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #7B903A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B903A is #846FC5. Grayscale: #808080. Windows color (decimal): -8679366 or 3838075. OLE color: 3838075.
HSL color Cylindrical-coordinate representation of color #7B903A: hue angle of 74.65º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B903A is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 58 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.44 |
| HSL | 74.65º | 0.43% | 0.4% | - |
| HSV(B) | 74.65º | 0.6% | 0.56% | - |
| XYZ | 18.91 | 24.46 | 7.73 | - |
| YUV | 127.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 58 | 0.15 | 0 | 0.60 | 0.44 | 74.65 | 0.43 | 0.4 |
| Hex | 7B | 90 | 3A | F | 0 | 3C | 2C | 4B | 2B | 28 |
| Octal | 173 | 220 | 72 | 17 | 0 | 74 | 54 | 113 | 53 | 50 |
| Binary | 1111011 | 10010000 | 111010 | 1111 | 0 | 111100 | 101100 | 1001011 | 101011 | 101000 |
Color Harmonies of #7B903A
Complementary color
Monochromatic Colors of #7B903A
Black with #7B903A
Text Example
Text Example
White with #7B903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B903A; }
p { color: rgb(123,144,58); }
H1.HeaderClassName
{
color: #7B903A;
}
.AnyTagClassName
{
color: #7B903A;
}
</style>
background-color css
<style>
a { background-color: #7B903A; }
a { background-color: rgb(123,144,58); }
div.DivClassName
{
background-color: #7B903A;
}
.BgClassName
{
background-color: #7B903A;
}
</style>
border-color css
<style>
span { border-color: #7B903A; }
span { border-color: rgb(123,144,58); }
td.TdClassName
{
border-color: #7B903A;
}
.TagClassName
{
border-color: #7B903A;
}
</style>