Shades of Sushi #859D37
Tints of Sushi #859D37
RGB
CMYK
RGB Variations
Color information
#859D37 (or 0x859D37) is known color: Sushi. HEX triplet: 85, 9D and 37. RGB value is (133,157,55). Sum of RGB (Red+Green+Blue) = 133+157+55=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #859D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D37 is #7A62C8. Grayscale: #8A8A8A. Windows color (decimal): -8020681 or 3644805. OLE color: 3644805.
HSL color Cylindrical-coordinate representation of color #859D37: hue angle of 74.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #859D37 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 55 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.38 |
| HSL | 74.12º | 0.48% | 0.42% | - |
| HSV(B) | 74.12º | 0.65% | 0.62% | - |
| XYZ | 22.42 | 29.38 | 8.1 | - |
| YUV | 138.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 55 | 0.15 | 0 | 0.65 | 0.38 | 74.12 | 0.48 | 0.42 |
| Hex | 85 | 9D | 37 | F | 0 | 41 | 26 | 4A | 30 | 2A |
| Octal | 205 | 235 | 67 | 17 | 0 | 101 | 46 | 112 | 60 | 52 |
| Binary | 10000101 | 10011101 | 110111 | 1111 | 0 | 1000001 | 100110 | 1001010 | 110000 | 101010 |
Color Harmonies of #859D37
Complementary color
Monochromatic Colors of #859D37
Black with #859D37
Text Example
Text Example
White with #859D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D37; }
p { color: rgb(133,157,55); }
H1.HeaderClassName
{
color: #859D37;
}
.AnyTagClassName
{
color: #859D37;
}
</style>
background-color css
<style>
a { background-color: #859D37; }
a { background-color: rgb(133,157,55); }
div.DivClassName
{
background-color: #859D37;
}
.BgClassName
{
background-color: #859D37;
}
</style>
border-color css
<style>
span { border-color: #859D37; }
span { border-color: rgb(133,157,55); }
td.TdClassName
{
border-color: #859D37;
}
.TagClassName
{
border-color: #859D37;
}
</style>