Shades of Wasabi #7C8B3D
Tints of Wasabi #7C8B3D
RGB
CMYK
RGB Variations
Color information
#7C8B3D (or 0x7C8B3D) is known color: Wasabi. HEX triplet: 7C, 8B and 3D. RGB value is (124,139,61). Sum of RGB (Red+Green+Blue) = 124+139+61=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8B3D is #8374C2. Grayscale: #7D7D7D. Windows color (decimal): -8615107 or 4033404. OLE color: 4033404.
HSL color Cylindrical-coordinate representation of color #7C8B3D: hue angle of 71.54º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C8B3D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 61 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.45 |
| HSL | 71.54º | 0.39% | 0.39% | - |
| HSV(B) | 71.54º | 0.56% | 0.55% | - |
| XYZ | 18.39 | 23.09 | 7.9 | - |
| YUV | 125.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 61 | 0.11 | 0 | 0.56 | 0.45 | 71.54 | 0.39 | 0.39 |
| Hex | 7C | 8B | 3D | B | 0 | 38 | 2D | 48 | 27 | 27 |
| Octal | 174 | 213 | 75 | 13 | 0 | 70 | 55 | 110 | 47 | 47 |
| Binary | 1111100 | 10001011 | 111101 | 1011 | 0 | 111000 | 101101 | 1001000 | 100111 | 100111 |
Color Harmonies of #7C8B3D
Complementary color
Monochromatic Colors of #7C8B3D
Black with #7C8B3D
Text Example
Text Example
White with #7C8B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B3D; }
p { color: rgb(124,139,61); }
H1.HeaderClassName
{
color: #7C8B3D;
}
.AnyTagClassName
{
color: #7C8B3D;
}
</style>
background-color css
<style>
a { background-color: #7C8B3D; }
a { background-color: rgb(124,139,61); }
div.DivClassName
{
background-color: #7C8B3D;
}
.BgClassName
{
background-color: #7C8B3D;
}
</style>
border-color css
<style>
span { border-color: #7C8B3D; }
span { border-color: rgb(124,139,61); }
td.TdClassName
{
border-color: #7C8B3D;
}
.TagClassName
{
border-color: #7C8B3D;
}
</style>