Shades of Wasabi #81983C
Tints of Wasabi #81983C
RGB
CMYK
RGB Variations
Color information
#81983C (or 0x81983C) is known color: Wasabi. HEX triplet: 81, 98 and 3C. RGB value is (129,152,60). Sum of RGB (Red+Green+Blue) = 129+152+60=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #81983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81983C is #7E67C3. Grayscale: #868686. Windows color (decimal): -8284100 or 3971201. OLE color: 3971201.
HSL color Cylindrical-coordinate representation of color #81983C: hue angle of 75º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81983C is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 152 | 60 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.40 |
| HSL | 75º | 0.43% | 0.42% | - |
| HSV(B) | 75º | 0.61% | 0.6% | - |
| XYZ | 21.1 | 27.45 | 8.46 | - |
| YUV | 134.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 60 | 0.15 | 0 | 0.61 | 0.40 | 75 | 0.43 | 0.42 |
| Hex | 81 | 98 | 3C | F | 0 | 3D | 28 | 4B | 2B | 2A |
| Octal | 201 | 230 | 74 | 17 | 0 | 75 | 50 | 113 | 53 | 52 |
| Binary | 10000001 | 10011000 | 111100 | 1111 | 0 | 111101 | 101000 | 1001011 | 101011 | 101010 |
Color Harmonies of #81983C
Complementary color
Monochromatic Colors of #81983C
Black with #81983C
Text Example
Text Example
White with #81983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81983C; }
p { color: rgb(129,152,60); }
H1.HeaderClassName
{
color: #81983C;
}
.AnyTagClassName
{
color: #81983C;
}
</style>
background-color css
<style>
a { background-color: #81983C; }
a { background-color: rgb(129,152,60); }
div.DivClassName
{
background-color: #81983C;
}
.BgClassName
{
background-color: #81983C;
}
</style>
border-color css
<style>
span { border-color: #81983C; }
span { border-color: rgb(129,152,60); }
td.TdClassName
{
border-color: #81983C;
}
.TagClassName
{
border-color: #81983C;
}
</style>