Shades of Sushi #85B13F
Tints of Sushi #85B13F
RGB
CMYK
RGB Variations
Color information
#85B13F (or 0x85B13F) is known color: Sushi. HEX triplet: 85, B1 and 3F. RGB value is (133,177,63). Sum of RGB (Red+Green+Blue) = 133+177+63=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #85B13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B13F is #7A4EC0. Grayscale: #979797. Windows color (decimal): -8015553 or 4174213. OLE color: 4174213.
HSL color Cylindrical-coordinate representation of color #85B13F: hue angle of 83.16º 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 #85B13F is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 63 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.31 |
| HSL | 83.16º | 0.48% | 0.47% | - |
| HSV(B) | 83.16º | 0.64% | 0.69% | - |
| XYZ | 26.29 | 36.79 | 10.42 | - |
| YUV | 150.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 63 | 0.25 | 0 | 0.64 | 0.31 | 83.16 | 0.48 | 0.47 |
| Hex | 85 | B1 | 3F | 19 | 0 | 40 | 1F | 53 | 30 | 2F |
| Octal | 205 | 261 | 77 | 31 | 0 | 100 | 37 | 123 | 60 | 57 |
| Binary | 10000101 | 10110001 | 111111 | 11001 | 0 | 1000000 | 11111 | 1010011 | 110000 | 101111 |
Color Harmonies of #85B13F
Complementary color
Monochromatic Colors of #85B13F
Black with #85B13F
Text Example
Text Example
White with #85B13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B13F; }
p { color: rgb(133,177,63); }
H1.HeaderClassName
{
color: #85B13F;
}
.AnyTagClassName
{
color: #85B13F;
}
</style>
background-color css
<style>
a { background-color: #85B13F; }
a { background-color: rgb(133,177,63); }
div.DivClassName
{
background-color: #85B13F;
}
.BgClassName
{
background-color: #85B13F;
}
</style>
border-color css
<style>
span { border-color: #85B13F; }
span { border-color: rgb(133,177,63); }
td.TdClassName
{
border-color: #85B13F;
}
.TagClassName
{
border-color: #85B13F;
}
</style>