Shades of Wasabi #818F38
Tints of Wasabi #818F38
RGB
CMYK
RGB Variations
Color information
#818F38 (or 0x818F38) is known color: Wasabi. HEX triplet: 81, 8F and 38. RGB value is (129,143,56). Sum of RGB (Red+Green+Blue) = 129+143+56=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #818F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818F38 is #7E70C7. Grayscale: #818181. Windows color (decimal): -8286408 or 3706753. OLE color: 3706753.
HSL color Cylindrical-coordinate representation of color #818F38: hue angle of 69.66º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #818F38 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 143 | 56 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.44 |
| HSL | 69.66º | 0.44% | 0.39% | - |
| HSV(B) | 69.66º | 0.61% | 0.56% | - |
| XYZ | 19.59 | 24.6 | 7.46 | - |
| YUV | 128.9 | 86.86 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 56 | 0.10 | 0 | 0.61 | 0.44 | 69.66 | 0.44 | 0.39 |
| Hex | 81 | 8F | 38 | A | 0 | 3D | 2C | 46 | 2C | 27 |
| Octal | 201 | 217 | 70 | 12 | 0 | 75 | 54 | 106 | 54 | 47 |
| Binary | 10000001 | 10001111 | 111000 | 1010 | 0 | 111101 | 101100 | 1000110 | 101100 | 100111 |
Color Harmonies of #818F38
Complementary color
Monochromatic Colors of #818F38
Black with #818F38
Text Example
Text Example
White with #818F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818F38; }
p { color: rgb(129,143,56); }
H1.HeaderClassName
{
color: #818F38;
}
.AnyTagClassName
{
color: #818F38;
}
</style>
background-color css
<style>
a { background-color: #818F38; }
a { background-color: rgb(129,143,56); }
div.DivClassName
{
background-color: #818F38;
}
.BgClassName
{
background-color: #818F38;
}
</style>
border-color css
<style>
span { border-color: #818F38; }
span { border-color: rgb(129,143,56); }
td.TdClassName
{
border-color: #818F38;
}
.TagClassName
{
border-color: #818F38;
}
</style>