Shades of Wasabi #818C36
Tints of Wasabi #818C36
RGB
CMYK
RGB Variations
Color information
#818C36 (or 0x818C36) is known color: Wasabi. HEX triplet: 81, 8C and 36. RGB value is (129,140,54). Sum of RGB (Red+Green+Blue) = 129+140+54=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #818C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818C36 is #7E73C9. Grayscale: #7F7F7F. Windows color (decimal): -8287178 or 3574913. OLE color: 3574913.
HSL color Cylindrical-coordinate representation of color #818C36: hue angle of 67.67º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #818C36 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 140 | 54 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.45 |
| HSL | 67.67º | 0.44% | 0.38% | - |
| HSV(B) | 67.67º | 0.61% | 0.55% | - |
| XYZ | 19.1 | 23.69 | 7.06 | - |
| YUV | 126.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 54 | 0.08 | 0 | 0.61 | 0.45 | 67.67 | 0.44 | 0.38 |
| Hex | 81 | 8C | 36 | 8 | 0 | 3D | 2D | 44 | 2C | 26 |
| Octal | 201 | 214 | 66 | 10 | 0 | 75 | 55 | 104 | 54 | 46 |
| Binary | 10000001 | 10001100 | 110110 | 1000 | 0 | 111101 | 101101 | 1000100 | 101100 | 100110 |
Color Harmonies of #818C36
Complementary color
Monochromatic Colors of #818C36
Black with #818C36
Text Example
Text Example
White with #818C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818C36; }
p { color: rgb(129,140,54); }
H1.HeaderClassName
{
color: #818C36;
}
.AnyTagClassName
{
color: #818C36;
}
</style>
background-color css
<style>
a { background-color: #818C36; }
a { background-color: rgb(129,140,54); }
div.DivClassName
{
background-color: #818C36;
}
.BgClassName
{
background-color: #818C36;
}
</style>
border-color css
<style>
span { border-color: #818C36; }
span { border-color: rgb(129,140,54); }
td.TdClassName
{
border-color: #818C36;
}
.TagClassName
{
border-color: #818C36;
}
</style>