Shades of Wasabi #8A8F3F
Tints of Wasabi #8A8F3F
RGB
CMYK
RGB Variations
Color information
#8A8F3F (or 0x8A8F3F) is known color: Wasabi. HEX triplet: 8A, 8F and 3F. RGB value is (138,143,63). Sum of RGB (Red+Green+Blue) = 138+143+63=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8F3F is #7570C0. Grayscale: #848484. Windows color (decimal): -7696577 or 4165514. OLE color: 4165514.
HSL color Cylindrical-coordinate representation of color #8A8F3F: hue angle of 63.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A8F3F is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 143 | 63 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.44 |
| HSL | 63.75º | 0.39% | 0.4% | - |
| HSV(B) | 63.75º | 0.56% | 0.56% | - |
| XYZ | 21.2 | 25.41 | 8.49 | - |
| YUV | 132.39 | 88.84 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 63 | 0.03 | 0 | 0.56 | 0.44 | 63.75 | 0.39 | 0.4 |
| Hex | 8A | 8F | 3F | 3 | 0 | 38 | 2C | 40 | 27 | 28 |
| Octal | 212 | 217 | 77 | 3 | 0 | 70 | 54 | 100 | 47 | 50 |
| Binary | 10001010 | 10001111 | 111111 | 11 | 0 | 111000 | 101100 | 1000000 | 100111 | 101000 |
Color Harmonies of #8A8F3F
Complementary color
Monochromatic Colors of #8A8F3F
Black with #8A8F3F
Text Example
Text Example
White with #8A8F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8F3F; }
p { color: rgb(138,143,63); }
H1.HeaderClassName
{
color: #8A8F3F;
}
.AnyTagClassName
{
color: #8A8F3F;
}
</style>
background-color css
<style>
a { background-color: #8A8F3F; }
a { background-color: rgb(138,143,63); }
div.DivClassName
{
background-color: #8A8F3F;
}
.BgClassName
{
background-color: #8A8F3F;
}
</style>
border-color css
<style>
span { border-color: #8A8F3F; }
span { border-color: rgb(138,143,63); }
td.TdClassName
{
border-color: #8A8F3F;
}
.TagClassName
{
border-color: #8A8F3F;
}
</style>