Shades of Wasabi #7F8C33
Tints of Wasabi #7F8C33
RGB
CMYK
RGB Variations
Color information
#7F8C33 (or 0x7F8C33) is known color: Wasabi. HEX triplet: 7F, 8C and 33. RGB value is (127,140,51). Sum of RGB (Red+Green+Blue) = 127+140+51=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8C33 is #8073CC. Grayscale: #7E7E7E. Windows color (decimal): -8418253 or 3378303. OLE color: 3378303.
HSL color Cylindrical-coordinate representation of color #7F8C33: hue angle of 68.76º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F8C33 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 140 | 51 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.45 |
| HSL | 68.76º | 0.47% | 0.37% | - |
| HSV(B) | 68.76º | 0.64% | 0.55% | - |
| XYZ | 18.73 | 23.51 | 6.68 | - |
| YUV | 125.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 51 | 0.09 | 0 | 0.64 | 0.45 | 68.76 | 0.47 | 0.37 |
| Hex | 7F | 8C | 33 | 9 | 0 | 40 | 2D | 45 | 2F | 25 |
| Octal | 177 | 214 | 63 | 11 | 0 | 100 | 55 | 105 | 57 | 45 |
| Binary | 1111111 | 10001100 | 110011 | 1001 | 0 | 1000000 | 101101 | 1000101 | 101111 | 100101 |
Color Harmonies of #7F8C33
Complementary color
Monochromatic Colors of #7F8C33
Black with #7F8C33
Text Example
Text Example
White with #7F8C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8C33; }
p { color: rgb(127,140,51); }
H1.HeaderClassName
{
color: #7F8C33;
}
.AnyTagClassName
{
color: #7F8C33;
}
</style>
background-color css
<style>
a { background-color: #7F8C33; }
a { background-color: rgb(127,140,51); }
div.DivClassName
{
background-color: #7F8C33;
}
.BgClassName
{
background-color: #7F8C33;
}
</style>
border-color css
<style>
span { border-color: #7F8C33; }
span { border-color: rgb(127,140,51); }
td.TdClassName
{
border-color: #7F8C33;
}
.TagClassName
{
border-color: #7F8C33;
}
</style>