Shades of Sushi #86A737
Tints of Sushi #86A737
RGB
CMYK
RGB Variations
Color information
#86A737 (or 0x86A737) is known color: Sushi. HEX triplet: 86, A7 and 37. RGB value is (134,167,55). Sum of RGB (Red+Green+Blue) = 134+167+55=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #86A737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A737 is #7958C8. Grayscale: #909090. Windows color (decimal): -7952585 or 3647366. OLE color: 3647366.
HSL color Cylindrical-coordinate representation of color #86A737: hue angle of 77.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86A737 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 167 | 55 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.35 |
| HSL | 77.68º | 0.5% | 0.44% | - |
| HSV(B) | 77.68º | 0.67% | 0.65% | - |
| XYZ | 24.34 | 32.98 | 8.7 | - |
| YUV | 144.37 | 77.57 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 55 | 0.20 | 0 | 0.67 | 0.35 | 77.68 | 0.5 | 0.44 |
| Hex | 86 | A7 | 37 | 14 | 0 | 43 | 23 | 4E | 32 | 2C |
| Octal | 206 | 247 | 67 | 24 | 0 | 103 | 43 | 116 | 62 | 54 |
| Binary | 10000110 | 10100111 | 110111 | 10100 | 0 | 1000011 | 100011 | 1001110 | 110010 | 101100 |
Color Harmonies of #86A737
Complementary color
Monochromatic Colors of #86A737
Black with #86A737
Text Example
Text Example
White with #86A737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A737; }
p { color: rgb(134,167,55); }
H1.HeaderClassName
{
color: #86A737;
}
.AnyTagClassName
{
color: #86A737;
}
</style>
background-color css
<style>
a { background-color: #86A737; }
a { background-color: rgb(134,167,55); }
div.DivClassName
{
background-color: #86A737;
}
.BgClassName
{
background-color: #86A737;
}
</style>
border-color css
<style>
span { border-color: #86A737; }
span { border-color: rgb(134,167,55); }
td.TdClassName
{
border-color: #86A737;
}
.TagClassName
{
border-color: #86A737;
}
</style>