Shades of Wasabi #7F883B
Tints of Wasabi #7F883B
RGB
CMYK
RGB Variations
Color information
#7F883B (or 0x7F883B) is known color: Wasabi. HEX triplet: 7F, 88 and 3B. RGB value is (127,136,59). Sum of RGB (Red+Green+Blue) = 127+136+59=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #7F883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F883B is #8077C4. Grayscale: #7C7C7C. Windows color (decimal): -8419269 or 3901567. OLE color: 3901567.
HSL color Cylindrical-coordinate representation of color #7F883B: hue angle of 67.01º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F883B is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 59 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.47 |
| HSL | 67.01º | 0.39% | 0.38% | - |
| HSV(B) | 67.01º | 0.57% | 0.53% | - |
| XYZ | 18.35 | 22.44 | 7.5 | - |
| YUV | 124.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 59 | 0.07 | 0 | 0.57 | 0.47 | 67.01 | 0.39 | 0.38 |
| Hex | 7F | 88 | 3B | 7 | 0 | 39 | 2F | 43 | 27 | 26 |
| Octal | 177 | 210 | 73 | 7 | 0 | 71 | 57 | 103 | 47 | 46 |
| Binary | 1111111 | 10001000 | 111011 | 111 | 0 | 111001 | 101111 | 1000011 | 100111 | 100110 |
Color Harmonies of #7F883B
Complementary color
Monochromatic Colors of #7F883B
Black with #7F883B
Text Example
Text Example
White with #7F883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F883B; }
p { color: rgb(127,136,59); }
H1.HeaderClassName
{
color: #7F883B;
}
.AnyTagClassName
{
color: #7F883B;
}
</style>
background-color css
<style>
a { background-color: #7F883B; }
a { background-color: rgb(127,136,59); }
div.DivClassName
{
background-color: #7F883B;
}
.BgClassName
{
background-color: #7F883B;
}
</style>
border-color css
<style>
span { border-color: #7F883B; }
span { border-color: rgb(127,136,59); }
td.TdClassName
{
border-color: #7F883B;
}
.TagClassName
{
border-color: #7F883B;
}
</style>