Shades of Wasabi #869D38
Tints of Wasabi #869D38
RGB
CMYK
RGB Variations
Color information
#869D38 (or 0x869D38) is known color: Wasabi. HEX triplet: 86, 9D and 38. RGB value is (134,157,56). Sum of RGB (Red+Green+Blue) = 134+157+56=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #869D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869D38 is #7962C7. Grayscale: #8A8A8A. Windows color (decimal): -7955144 or 3710342. OLE color: 3710342.
HSL color Cylindrical-coordinate representation of color #869D38: hue angle of 73.66º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #869D38 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 56 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.38 |
| HSL | 73.66º | 0.47% | 0.42% | - |
| HSV(B) | 73.66º | 0.64% | 0.62% | - |
| XYZ | 22.6 | 29.47 | 8.24 | - |
| YUV | 138.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 56 | 0.15 | 0 | 0.64 | 0.38 | 73.66 | 0.47 | 0.42 |
| Hex | 86 | 9D | 38 | F | 0 | 40 | 26 | 4A | 2F | 2A |
| Octal | 206 | 235 | 70 | 17 | 0 | 100 | 46 | 112 | 57 | 52 |
| Binary | 10000110 | 10011101 | 111000 | 1111 | 0 | 1000000 | 100110 | 1001010 | 101111 | 101010 |
Color Harmonies of #869D38
Complementary color
Monochromatic Colors of #869D38
Black with #869D38
Text Example
Text Example
White with #869D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D38; }
p { color: rgb(134,157,56); }
H1.HeaderClassName
{
color: #869D38;
}
.AnyTagClassName
{
color: #869D38;
}
</style>
background-color css
<style>
a { background-color: #869D38; }
a { background-color: rgb(134,157,56); }
div.DivClassName
{
background-color: #869D38;
}
.BgClassName
{
background-color: #869D38;
}
</style>
border-color css
<style>
span { border-color: #869D38; }
span { border-color: rgb(134,157,56); }
td.TdClassName
{
border-color: #869D38;
}
.TagClassName
{
border-color: #869D38;
}
</style>