Shades of Wasabi #7B8A2F
Tints of Wasabi #7B8A2F
RGB
CMYK
RGB Variations
Color information
#7B8A2F (or 0x7B8A2F) is known color: Wasabi. HEX triplet: 7B, 8A and 2F. RGB value is (123,138,47). Sum of RGB (Red+Green+Blue) = 123+138+47=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8A2F is #8475D0. Grayscale: #7B7B7B. Windows color (decimal): -8680913 or 3115643. OLE color: 3115643.
HSL color Cylindrical-coordinate representation of color #7B8A2F: hue angle of 69.89º 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 #7B8A2F is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 138 | 47 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.46 |
| HSL | 69.89º | 0.49% | 0.36% | - |
| HSV(B) | 69.89º | 0.66% | 0.54% | - |
| XYZ | 17.77 | 22.59 | 6.11 | - |
| YUV | 123.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 47 | 0.11 | 0 | 0.66 | 0.46 | 69.89 | 0.49 | 0.36 |
| Hex | 7B | 8A | 2F | B | 0 | 42 | 2E | 46 | 31 | 24 |
| Octal | 173 | 212 | 57 | 13 | 0 | 102 | 56 | 106 | 61 | 44 |
| Binary | 1111011 | 10001010 | 101111 | 1011 | 0 | 1000010 | 101110 | 1000110 | 110001 | 100100 |
Color Harmonies of #7B8A2F
Complementary color
Monochromatic Colors of #7B8A2F
Black with #7B8A2F
Text Example
Text Example
White with #7B8A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8A2F; }
p { color: rgb(123,138,47); }
H1.HeaderClassName
{
color: #7B8A2F;
}
.AnyTagClassName
{
color: #7B8A2F;
}
</style>
background-color css
<style>
a { background-color: #7B8A2F; }
a { background-color: rgb(123,138,47); }
div.DivClassName
{
background-color: #7B8A2F;
}
.BgClassName
{
background-color: #7B8A2F;
}
</style>
border-color css
<style>
span { border-color: #7B8A2F; }
span { border-color: rgb(123,138,47); }
td.TdClassName
{
border-color: #7B8A2F;
}
.TagClassName
{
border-color: #7B8A2F;
}
</style>