Shades of Wasabi #818A4B
Tints of Wasabi #818A4B
RGB
CMYK
RGB Variations
Color information
#818A4B (or 0x818A4B) is known color: Wasabi. HEX triplet: 81, 8A and 4B. RGB value is (129,138,75). Sum of RGB (Red+Green+Blue) = 129+138+75=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #818A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818A4B is #7E75B4. Grayscale: #808080. Windows color (decimal): -8287669 or 4950657. OLE color: 4950657.
HSL color Cylindrical-coordinate representation of color #818A4B: hue angle of 68.57º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818A4B is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 75 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.46 |
| HSL | 68.57º | 0.3% | 0.42% | - |
| HSV(B) | 68.57º | 0.46% | 0.54% | - |
| XYZ | 19.41 | 23.35 | 10.14 | - |
| YUV | 128.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 75 | 0.07 | 0 | 0.46 | 0.46 | 68.57 | 0.3 | 0.42 |
| Hex | 81 | 8A | 4B | 7 | 0 | 2E | 2E | 45 | 1E | 2A |
| Octal | 201 | 212 | 113 | 7 | 0 | 56 | 56 | 105 | 36 | 52 |
| Binary | 10000001 | 10001010 | 1001011 | 111 | 0 | 101110 | 101110 | 1000101 | 11110 | 101010 |
Color Harmonies of #818A4B
Complementary color
Monochromatic Colors of #818A4B
Black with #818A4B
Text Example
Text Example
White with #818A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A4B; }
p { color: rgb(129,138,75); }
H1.HeaderClassName
{
color: #818A4B;
}
.AnyTagClassName
{
color: #818A4B;
}
</style>
background-color css
<style>
a { background-color: #818A4B; }
a { background-color: rgb(129,138,75); }
div.DivClassName
{
background-color: #818A4B;
}
.BgClassName
{
background-color: #818A4B;
}
</style>
border-color css
<style>
span { border-color: #818A4B; }
span { border-color: rgb(129,138,75); }
td.TdClassName
{
border-color: #818A4B;
}
.TagClassName
{
border-color: #818A4B;
}
</style>