Shades of Wasabi #7B9233
Tints of Wasabi #7B9233
RGB
CMYK
RGB Variations
Color information
#7B9233 (or 0x7B9233) is known color: Wasabi. HEX triplet: 7B, 92 and 33. RGB value is (123,146,51). Sum of RGB (Red+Green+Blue) = 123+146+51=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9233 is #846DCC. Grayscale: #808080. Windows color (decimal): -8678861 or 3379835. OLE color: 3379835.
HSL color Cylindrical-coordinate representation of color #7B9233: hue angle of 74.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B9233 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 51 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.43 |
| HSL | 74.53º | 0.48% | 0.39% | - |
| HSV(B) | 74.53º | 0.65% | 0.57% | - |
| XYZ | 19.04 | 25.01 | 6.96 | - |
| YUV | 128.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 51 | 0.16 | 0 | 0.65 | 0.43 | 74.53 | 0.48 | 0.39 |
| Hex | 7B | 92 | 33 | 10 | 0 | 41 | 2B | 4B | 30 | 27 |
| Octal | 173 | 222 | 63 | 20 | 0 | 101 | 53 | 113 | 60 | 47 |
| Binary | 1111011 | 10010010 | 110011 | 10000 | 0 | 1000001 | 101011 | 1001011 | 110000 | 100111 |
Color Harmonies of #7B9233
Complementary color
Monochromatic Colors of #7B9233
Black with #7B9233
Text Example
Text Example
White with #7B9233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9233; }
p { color: rgb(123,146,51); }
H1.HeaderClassName
{
color: #7B9233;
}
.AnyTagClassName
{
color: #7B9233;
}
</style>
background-color css
<style>
a { background-color: #7B9233; }
a { background-color: rgb(123,146,51); }
div.DivClassName
{
background-color: #7B9233;
}
.BgClassName
{
background-color: #7B9233;
}
</style>
border-color css
<style>
span { border-color: #7B9233; }
span { border-color: rgb(123,146,51); }
td.TdClassName
{
border-color: #7B9233;
}
.TagClassName
{
border-color: #7B9233;
}
</style>