Shades of Sushi #859F40
Tints of Sushi #859F40
RGB
CMYK
RGB Variations
Color information
#859F40 (or 0x859F40) is known color: Sushi. HEX triplet: 85, 9F and 40. RGB value is (133,159,64). Sum of RGB (Red+Green+Blue) = 133+159+64=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #859F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859F40 is #7A60BF. Grayscale: #8C8C8C. Windows color (decimal): -8020160 or 4235141. OLE color: 4235141.
HSL color Cylindrical-coordinate representation of color #859F40: hue angle of 76.42º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #859F40 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 64 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.38 |
| HSL | 76.42º | 0.43% | 0.44% | - |
| HSV(B) | 76.42º | 0.6% | 0.62% | - |
| XYZ | 23 | 30.15 | 9.46 | - |
| YUV | 140.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 64 | 0.16 | 0 | 0.60 | 0.38 | 76.42 | 0.43 | 0.44 |
| Hex | 85 | 9F | 40 | 10 | 0 | 3C | 26 | 4C | 2B | 2C |
| Octal | 205 | 237 | 100 | 20 | 0 | 74 | 46 | 114 | 53 | 54 |
| Binary | 10000101 | 10011111 | 1000000 | 10000 | 0 | 111100 | 100110 | 1001100 | 101011 | 101100 |
Color Harmonies of #859F40
Complementary color
Monochromatic Colors of #859F40
Black with #859F40
Text Example
Text Example
White with #859F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F40; }
p { color: rgb(133,159,64); }
H1.HeaderClassName
{
color: #859F40;
}
.AnyTagClassName
{
color: #859F40;
}
</style>
background-color css
<style>
a { background-color: #859F40; }
a { background-color: rgb(133,159,64); }
div.DivClassName
{
background-color: #859F40;
}
.BgClassName
{
background-color: #859F40;
}
</style>
border-color css
<style>
span { border-color: #859F40; }
span { border-color: rgb(133,159,64); }
td.TdClassName
{
border-color: #859F40;
}
.TagClassName
{
border-color: #859F40;
}
</style>