Shades of Wasabi #7B8A39
Tints of Wasabi #7B8A39
RGB
CMYK
RGB Variations
Color information
#7B8A39 (or 0x7B8A39) is known color: Wasabi. HEX triplet: 7B, 8A and 39. RGB value is (123,138,57). Sum of RGB (Red+Green+Blue) = 123+138+57=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8A39 is #8475C6. Grayscale: #7C7C7C. Windows color (decimal): -8680903 or 3771003. OLE color: 3771003.
HSL color Cylindrical-coordinate representation of color #7B8A39: hue angle of 71.11º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B8A39 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 138 | 57 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.46 |
| HSL | 71.11º | 0.42% | 0.38% | - |
| HSV(B) | 71.11º | 0.59% | 0.54% | - |
| XYZ | 18 | 22.68 | 7.3 | - |
| YUV | 124.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 57 | 0.11 | 0 | 0.59 | 0.46 | 71.11 | 0.42 | 0.38 |
| Hex | 7B | 8A | 39 | B | 0 | 3B | 2E | 47 | 2A | 26 |
| Octal | 173 | 212 | 71 | 13 | 0 | 73 | 56 | 107 | 52 | 46 |
| Binary | 1111011 | 10001010 | 111001 | 1011 | 0 | 111011 | 101110 | 1000111 | 101010 | 100110 |
Color Harmonies of #7B8A39
Complementary color
Monochromatic Colors of #7B8A39
Black with #7B8A39
Text Example
Text Example
White with #7B8A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8A39; }
p { color: rgb(123,138,57); }
H1.HeaderClassName
{
color: #7B8A39;
}
.AnyTagClassName
{
color: #7B8A39;
}
</style>
background-color css
<style>
a { background-color: #7B8A39; }
a { background-color: rgb(123,138,57); }
div.DivClassName
{
background-color: #7B8A39;
}
.BgClassName
{
background-color: #7B8A39;
}
</style>
border-color css
<style>
span { border-color: #7B8A39; }
span { border-color: rgb(123,138,57); }
td.TdClassName
{
border-color: #7B8A39;
}
.TagClassName
{
border-color: #7B8A39;
}
</style>