Shades of Wasabi #7B933C
Tints of Wasabi #7B933C
RGB
CMYK
RGB Variations
Color information
#7B933C (or 0x7B933C) is known color: Wasabi. HEX triplet: 7B, 93 and 3C. RGB value is (123,147,60). Sum of RGB (Red+Green+Blue) = 123+147+60=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #7B933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B933C is #846CC3. Grayscale: #828282. Windows color (decimal): -8678596 or 3969915. OLE color: 3969915.
HSL color Cylindrical-coordinate representation of color #7B933C: hue angle of 76.55º 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 #7B933C is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 60 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.42 |
| HSL | 76.55º | 0.42% | 0.41% | - |
| HSV(B) | 76.55º | 0.59% | 0.58% | - |
| XYZ | 19.42 | 25.4 | 8.16 | - |
| YUV | 129.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 60 | 0.16 | 0 | 0.59 | 0.42 | 76.55 | 0.42 | 0.41 |
| Hex | 7B | 93 | 3C | 10 | 0 | 3B | 2A | 4D | 2A | 29 |
| Octal | 173 | 223 | 74 | 20 | 0 | 73 | 52 | 115 | 52 | 51 |
| Binary | 1111011 | 10010011 | 111100 | 10000 | 0 | 111011 | 101010 | 1001101 | 101010 | 101001 |
Color Harmonies of #7B933C
Complementary color
Monochromatic Colors of #7B933C
Black with #7B933C
Text Example
Text Example
White with #7B933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B933C; }
p { color: rgb(123,147,60); }
H1.HeaderClassName
{
color: #7B933C;
}
.AnyTagClassName
{
color: #7B933C;
}
</style>
background-color css
<style>
a { background-color: #7B933C; }
a { background-color: rgb(123,147,60); }
div.DivClassName
{
background-color: #7B933C;
}
.BgClassName
{
background-color: #7B933C;
}
</style>
border-color css
<style>
span { border-color: #7B933C; }
span { border-color: rgb(123,147,60); }
td.TdClassName
{
border-color: #7B933C;
}
.TagClassName
{
border-color: #7B933C;
}
</style>