Shades of Sushi #86A041
Tints of Sushi #86A041
RGB
CMYK
RGB Variations
Color information
#86A041 (or 0x86A041) is known color: Sushi. HEX triplet: 86, A0 and 41. RGB value is (134,160,65). Sum of RGB (Red+Green+Blue) = 134+160+65=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #86A041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A041 is #795FBE. Grayscale: #8D8D8D. Windows color (decimal): -7954367 or 4300934. OLE color: 4300934.
HSL color Cylindrical-coordinate representation of color #86A041: hue angle of 76.42º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86A041 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 65 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.37 |
| HSL | 76.42º | 0.42% | 0.44% | - |
| HSV(B) | 76.42º | 0.59% | 0.63% | - |
| XYZ | 23.36 | 30.59 | 9.67 | - |
| YUV | 141.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 65 | 0.16 | 0 | 0.59 | 0.37 | 76.42 | 0.42 | 0.44 |
| Hex | 86 | A0 | 41 | 10 | 0 | 3B | 25 | 4C | 2A | 2C |
| Octal | 206 | 240 | 101 | 20 | 0 | 73 | 45 | 114 | 52 | 54 |
| Binary | 10000110 | 10100000 | 1000001 | 10000 | 0 | 111011 | 100101 | 1001100 | 101010 | 101100 |
Color Harmonies of #86A041
Complementary color
Monochromatic Colors of #86A041
Black with #86A041
Text Example
Text Example
White with #86A041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A041; }
p { color: rgb(134,160,65); }
H1.HeaderClassName
{
color: #86A041;
}
.AnyTagClassName
{
color: #86A041;
}
</style>
background-color css
<style>
a { background-color: #86A041; }
a { background-color: rgb(134,160,65); }
div.DivClassName
{
background-color: #86A041;
}
.BgClassName
{
background-color: #86A041;
}
</style>
border-color css
<style>
span { border-color: #86A041; }
span { border-color: rgb(134,160,65); }
td.TdClassName
{
border-color: #86A041;
}
.TagClassName
{
border-color: #86A041;
}
</style>