Shades of Sushi #859E3B
Tints of Sushi #859E3B
RGB
CMYK
RGB Variations
Color information
#859E3B (or 0x859E3B) is known color: Sushi. HEX triplet: 85, 9E and 3B. RGB value is (133,158,59). Sum of RGB (Red+Green+Blue) = 133+158+59=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #859E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859E3B is #7A61C4. Grayscale: #8B8B8B. Windows color (decimal): -8020421 or 3907205. OLE color: 3907205.
HSL color Cylindrical-coordinate representation of color #859E3B: hue angle of 75.15º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #859E3B is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 59 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.38 |
| HSL | 75.15º | 0.46% | 0.43% | - |
| HSV(B) | 75.15º | 0.63% | 0.62% | - |
| XYZ | 22.69 | 29.76 | 8.69 | - |
| YUV | 139.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 59 | 0.16 | 0 | 0.63 | 0.38 | 75.15 | 0.46 | 0.43 |
| Hex | 85 | 9E | 3B | 10 | 0 | 3F | 26 | 4B | 2E | 2B |
| Octal | 205 | 236 | 73 | 20 | 0 | 77 | 46 | 113 | 56 | 53 |
| Binary | 10000101 | 10011110 | 111011 | 10000 | 0 | 111111 | 100110 | 1001011 | 101110 | 101011 |
Color Harmonies of #859E3B
Complementary color
Monochromatic Colors of #859E3B
Black with #859E3B
Text Example
Text Example
White with #859E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E3B; }
p { color: rgb(133,158,59); }
H1.HeaderClassName
{
color: #859E3B;
}
.AnyTagClassName
{
color: #859E3B;
}
</style>
background-color css
<style>
a { background-color: #859E3B; }
a { background-color: rgb(133,158,59); }
div.DivClassName
{
background-color: #859E3B;
}
.BgClassName
{
background-color: #859E3B;
}
</style>
border-color css
<style>
span { border-color: #859E3B; }
span { border-color: rgb(133,158,59); }
td.TdClassName
{
border-color: #859E3B;
}
.TagClassName
{
border-color: #859E3B;
}
</style>