Shades of Wasabi #7C8B33
Tints of Wasabi #7C8B33
RGB
CMYK
RGB Variations
Color information
#7C8B33 (or 0x7C8B33) is known color: Wasabi. HEX triplet: 7C, 8B and 33. RGB value is (124,139,51). Sum of RGB (Red+Green+Blue) = 124+139+51=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8B33 is #8374CC. Grayscale: #7C7C7C. Windows color (decimal): -8615117 or 3378044. OLE color: 3378044.
HSL color Cylindrical-coordinate representation of color #7C8B33: hue angle of 70.23º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C8B33 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 51 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.45 |
| HSL | 70.23º | 0.46% | 0.37% | - |
| HSV(B) | 70.23º | 0.63% | 0.55% | - |
| XYZ | 18.14 | 22.99 | 6.61 | - |
| YUV | 124.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 51 | 0.11 | 0 | 0.63 | 0.45 | 70.23 | 0.46 | 0.37 |
| Hex | 7C | 8B | 33 | B | 0 | 3F | 2D | 46 | 2E | 25 |
| Octal | 174 | 213 | 63 | 13 | 0 | 77 | 55 | 106 | 56 | 45 |
| Binary | 1111100 | 10001011 | 110011 | 1011 | 0 | 111111 | 101101 | 1000110 | 101110 | 100101 |
Color Harmonies of #7C8B33
Complementary color
Monochromatic Colors of #7C8B33
Black with #7C8B33
Text Example
Text Example
White with #7C8B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B33; }
p { color: rgb(124,139,51); }
H1.HeaderClassName
{
color: #7C8B33;
}
.AnyTagClassName
{
color: #7C8B33;
}
</style>
background-color css
<style>
a { background-color: #7C8B33; }
a { background-color: rgb(124,139,51); }
div.DivClassName
{
background-color: #7C8B33;
}
.BgClassName
{
background-color: #7C8B33;
}
</style>
border-color css
<style>
span { border-color: #7C8B33; }
span { border-color: rgb(124,139,51); }
td.TdClassName
{
border-color: #7C8B33;
}
.TagClassName
{
border-color: #7C8B33;
}
</style>