Shades of Wasabi #8A8F2F
Tints of Wasabi #8A8F2F
RGB
CMYK
RGB Variations
Color information
#8A8F2F (or 0x8A8F2F) is known color: Wasabi. HEX triplet: 8A, 8F and 2F. RGB value is (138,143,47). Sum of RGB (Red+Green+Blue) = 138+143+47=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8F2F is #7570D0. Grayscale: #828282. Windows color (decimal): -7696593 or 3116938. OLE color: 3116938.
HSL color Cylindrical-coordinate representation of color #8A8F2F: hue angle of 63.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A8F2F is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 143 | 47 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.44 |
| HSL | 63.13º | 0.51% | 0.37% | - |
| HSV(B) | 63.13º | 0.67% | 0.56% | - |
| XYZ | 20.82 | 25.25 | 6.47 | - |
| YUV | 130.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 47 | 0.03 | 0 | 0.67 | 0.44 | 63.13 | 0.51 | 0.37 |
| Hex | 8A | 8F | 2F | 3 | 0 | 43 | 2C | 3F | 33 | 25 |
| Octal | 212 | 217 | 57 | 3 | 0 | 103 | 54 | 77 | 63 | 45 |
| Binary | 10001010 | 10001111 | 101111 | 11 | 0 | 1000011 | 101100 | 111111 | 110011 | 100101 |
Color Harmonies of #8A8F2F
Complementary color
Monochromatic Colors of #8A8F2F
Black with #8A8F2F
Text Example
Text Example
White with #8A8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8F2F; }
p { color: rgb(138,143,47); }
H1.HeaderClassName
{
color: #8A8F2F;
}
.AnyTagClassName
{
color: #8A8F2F;
}
</style>
background-color css
<style>
a { background-color: #8A8F2F; }
a { background-color: rgb(138,143,47); }
div.DivClassName
{
background-color: #8A8F2F;
}
.BgClassName
{
background-color: #8A8F2F;
}
</style>
border-color css
<style>
span { border-color: #8A8F2F; }
span { border-color: rgb(138,143,47); }
td.TdClassName
{
border-color: #8A8F2F;
}
.TagClassName
{
border-color: #8A8F2F;
}
</style>