Shades of Wasabi #7B953D
Tints of Wasabi #7B953D
RGB
CMYK
RGB Variations
Color information
#7B953D (or 0x7B953D) is known color: Wasabi. HEX triplet: 7B, 95 and 3D. RGB value is (123,149,61). Sum of RGB (Red+Green+Blue) = 123+149+61=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #7B953D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B953D is #846AC2. Grayscale: #838383. Windows color (decimal): -8678083 or 4035963. OLE color: 4035963.
HSL color Cylindrical-coordinate representation of color #7B953D: hue angle of 77.73º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B953D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 61 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.42 |
| HSL | 77.73º | 0.42% | 0.41% | - |
| HSV(B) | 77.73º | 0.59% | 0.58% | - |
| XYZ | 19.76 | 26.04 | 8.4 | - |
| YUV | 131.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 61 | 0.17 | 0 | 0.59 | 0.42 | 77.73 | 0.42 | 0.41 |
| Hex | 7B | 95 | 3D | 11 | 0 | 3B | 2A | 4E | 2A | 29 |
| Octal | 173 | 225 | 75 | 21 | 0 | 73 | 52 | 116 | 52 | 51 |
| Binary | 1111011 | 10010101 | 111101 | 10001 | 0 | 111011 | 101010 | 1001110 | 101010 | 101001 |
Color Harmonies of #7B953D
Complementary color
Monochromatic Colors of #7B953D
Black with #7B953D
Text Example
Text Example
White with #7B953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B953D; }
p { color: rgb(123,149,61); }
H1.HeaderClassName
{
color: #7B953D;
}
.AnyTagClassName
{
color: #7B953D;
}
</style>
background-color css
<style>
a { background-color: #7B953D; }
a { background-color: rgb(123,149,61); }
div.DivClassName
{
background-color: #7B953D;
}
.BgClassName
{
background-color: #7B953D;
}
</style>
border-color css
<style>
span { border-color: #7B953D; }
span { border-color: rgb(123,149,61); }
td.TdClassName
{
border-color: #7B953D;
}
.TagClassName
{
border-color: #7B953D;
}
</style>