Shades of Wasabi #94A03F
Tints of Wasabi #94A03F
RGB
CMYK
RGB Variations
Color information
#94A03F (or 0x94A03F) is known color: Wasabi. HEX triplet: 94, A0 and 3F. RGB value is (148,160,63). Sum of RGB (Red+Green+Blue) = 148+160+63=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #94A03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A03F is #6B5FC0. Grayscale: #919191. Windows color (decimal): -7036865 or 4169876. OLE color: 4169876.
HSL color Cylindrical-coordinate representation of color #94A03F: hue angle of 67.42º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94A03F is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 63 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.37 |
| HSL | 67.42º | 0.43% | 0.44% | - |
| HSV(B) | 67.42º | 0.61% | 0.63% | - |
| XYZ | 25.68 | 31.8 | 9.49 | - |
| YUV | 145.35 | 81.52 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 63 | 0.07 | 0 | 0.61 | 0.37 | 67.42 | 0.43 | 0.44 |
| Hex | 94 | A0 | 3F | 7 | 0 | 3D | 25 | 43 | 2B | 2C |
| Octal | 224 | 240 | 77 | 7 | 0 | 75 | 45 | 103 | 53 | 54 |
| Binary | 10010100 | 10100000 | 111111 | 111 | 0 | 111101 | 100101 | 1000011 | 101011 | 101100 |
Color Harmonies of #94A03F
Complementary color
Monochromatic Colors of #94A03F
Black with #94A03F
Text Example
Text Example
White with #94A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A03F; }
p { color: rgb(148,160,63); }
H1.HeaderClassName
{
color: #94A03F;
}
.AnyTagClassName
{
color: #94A03F;
}
</style>
background-color css
<style>
a { background-color: #94A03F; }
a { background-color: rgb(148,160,63); }
div.DivClassName
{
background-color: #94A03F;
}
.BgClassName
{
background-color: #94A03F;
}
</style>
border-color css
<style>
span { border-color: #94A03F; }
span { border-color: rgb(148,160,63); }
td.TdClassName
{
border-color: #94A03F;
}
.TagClassName
{
border-color: #94A03F;
}
</style>