Shades of Sushi #85B140
Tints of Sushi #85B140
RGB
CMYK
RGB Variations
Color information
#85B140 (or 0x85B140) is known color: Sushi. HEX triplet: 85, B1 and 40. RGB value is (133,177,64). Sum of RGB (Red+Green+Blue) = 133+177+64=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #85B140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B140 is #7A4EBF. Grayscale: #979797. Windows color (decimal): -8015552 or 4239749. OLE color: 4239749.
HSL color Cylindrical-coordinate representation of color #85B140: hue angle of 83.36º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85B140 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 64 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.31 |
| HSL | 83.36º | 0.47% | 0.47% | - |
| HSV(B) | 83.36º | 0.64% | 0.69% | - |
| XYZ | 26.32 | 36.8 | 10.57 | - |
| YUV | 150.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 64 | 0.25 | 0 | 0.64 | 0.31 | 83.36 | 0.47 | 0.47 |
| Hex | 85 | B1 | 40 | 19 | 0 | 40 | 1F | 53 | 2F | 2F |
| Octal | 205 | 261 | 100 | 31 | 0 | 100 | 37 | 123 | 57 | 57 |
| Binary | 10000101 | 10110001 | 1000000 | 11001 | 0 | 1000000 | 11111 | 1010011 | 101111 | 101111 |
Color Harmonies of #85B140
Complementary color
Monochromatic Colors of #85B140
Black with #85B140
Text Example
Text Example
White with #85B140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B140; }
p { color: rgb(133,177,64); }
H1.HeaderClassName
{
color: #85B140;
}
.AnyTagClassName
{
color: #85B140;
}
</style>
background-color css
<style>
a { background-color: #85B140; }
a { background-color: rgb(133,177,64); }
div.DivClassName
{
background-color: #85B140;
}
.BgClassName
{
background-color: #85B140;
}
</style>
border-color css
<style>
span { border-color: #85B140; }
span { border-color: rgb(133,177,64); }
td.TdClassName
{
border-color: #85B140;
}
.TagClassName
{
border-color: #85B140;
}
</style>