Shades of Wasabi #7B892F
Tints of Wasabi #7B892F
RGB
CMYK
RGB Variations
Color information
#7B892F (or 0x7B892F) is known color: Wasabi. HEX triplet: 7B, 89 and 2F. RGB value is (123,137,47). Sum of RGB (Red+Green+Blue) = 123+137+47=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #7B892F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B892F is #8476D0. Grayscale: #7A7A7A. Windows color (decimal): -8681169 or 3115387. OLE color: 3115387.
HSL color Cylindrical-coordinate representation of color #7B892F: hue angle of 69.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B892F is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 137 | 47 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.46 |
| HSL | 69.33º | 0.49% | 0.36% | - |
| HSV(B) | 69.33º | 0.66% | 0.54% | - |
| XYZ | 17.63 | 22.31 | 6.07 | - |
| YUV | 122.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 47 | 0.10 | 0 | 0.66 | 0.46 | 69.33 | 0.49 | 0.36 |
| Hex | 7B | 89 | 2F | A | 0 | 42 | 2E | 45 | 31 | 24 |
| Octal | 173 | 211 | 57 | 12 | 0 | 102 | 56 | 105 | 61 | 44 |
| Binary | 1111011 | 10001001 | 101111 | 1010 | 0 | 1000010 | 101110 | 1000101 | 110001 | 100100 |
Color Harmonies of #7B892F
Complementary color
Monochromatic Colors of #7B892F
Black with #7B892F
Text Example
Text Example
White with #7B892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B892F; }
p { color: rgb(123,137,47); }
H1.HeaderClassName
{
color: #7B892F;
}
.AnyTagClassName
{
color: #7B892F;
}
</style>
background-color css
<style>
a { background-color: #7B892F; }
a { background-color: rgb(123,137,47); }
div.DivClassName
{
background-color: #7B892F;
}
.BgClassName
{
background-color: #7B892F;
}
</style>
border-color css
<style>
span { border-color: #7B892F; }
span { border-color: rgb(123,137,47); }
td.TdClassName
{
border-color: #7B892F;
}
.TagClassName
{
border-color: #7B892F;
}
</style>