Shades of Wasabi #7B853F
Tints of Wasabi #7B853F
RGB
CMYK
RGB Variations
Color information
#7B853F (or 0x7B853F) is known color: Wasabi. HEX triplet: 7B, 85 and 3F. RGB value is (123,133,63). Sum of RGB (Red+Green+Blue) = 123+133+63=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #7B853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B853F is #847AC0. Grayscale: #7A7A7A. Windows color (decimal): -8682177 or 4162939. OLE color: 4162939.
HSL color Cylindrical-coordinate representation of color #7B853F: hue angle of 68.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B853F is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 63 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.48 |
| HSL | 68.57º | 0.36% | 0.38% | - |
| HSV(B) | 68.57º | 0.53% | 0.52% | - |
| XYZ | 17.45 | 21.34 | 7.9 | - |
| YUV | 122.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 63 | 0.08 | 0 | 0.53 | 0.48 | 68.57 | 0.36 | 0.38 |
| Hex | 7B | 85 | 3F | 8 | 0 | 35 | 30 | 45 | 24 | 26 |
| Octal | 173 | 205 | 77 | 10 | 0 | 65 | 60 | 105 | 44 | 46 |
| Binary | 1111011 | 10000101 | 111111 | 1000 | 0 | 110101 | 110000 | 1000101 | 100100 | 100110 |
Color Harmonies of #7B853F
Complementary color
Monochromatic Colors of #7B853F
Black with #7B853F
Text Example
Text Example
White with #7B853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B853F; }
p { color: rgb(123,133,63); }
H1.HeaderClassName
{
color: #7B853F;
}
.AnyTagClassName
{
color: #7B853F;
}
</style>
background-color css
<style>
a { background-color: #7B853F; }
a { background-color: rgb(123,133,63); }
div.DivClassName
{
background-color: #7B853F;
}
.BgClassName
{
background-color: #7B853F;
}
</style>
border-color css
<style>
span { border-color: #7B853F; }
span { border-color: rgb(123,133,63); }
td.TdClassName
{
border-color: #7B853F;
}
.TagClassName
{
border-color: #7B853F;
}
</style>