Shades of Sushi #85A02F
Tints of Sushi #85A02F
RGB
CMYK
RGB Variations
Color information
#85A02F (or 0x85A02F) is known color: Sushi. HEX triplet: 85, A0 and 2F. RGB value is (133,160,47). Sum of RGB (Red+Green+Blue) = 133+160+47=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #85A02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A02F is #7A5FD0. Grayscale: #8B8B8B. Windows color (decimal): -8019921 or 3121285. OLE color: 3121285.
HSL color Cylindrical-coordinate representation of color #85A02F: hue angle of 74.34º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85A02F is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 47 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.37 |
| HSL | 74.34º | 0.55% | 0.41% | - |
| HSV(B) | 74.34º | 0.71% | 0.63% | - |
| XYZ | 22.76 | 30.33 | 7.34 | - |
| YUV | 139.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 47 | 0.17 | 0 | 0.71 | 0.37 | 74.34 | 0.55 | 0.41 |
| Hex | 85 | A0 | 2F | 11 | 0 | 47 | 25 | 4A | 37 | 29 |
| Octal | 205 | 240 | 57 | 21 | 0 | 107 | 45 | 112 | 67 | 51 |
| Binary | 10000101 | 10100000 | 101111 | 10001 | 0 | 1000111 | 100101 | 1001010 | 110111 | 101001 |
Color Harmonies of #85A02F
Complementary color
Monochromatic Colors of #85A02F
Black with #85A02F
Text Example
Text Example
White with #85A02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A02F; }
p { color: rgb(133,160,47); }
H1.HeaderClassName
{
color: #85A02F;
}
.AnyTagClassName
{
color: #85A02F;
}
</style>
background-color css
<style>
a { background-color: #85A02F; }
a { background-color: rgb(133,160,47); }
div.DivClassName
{
background-color: #85A02F;
}
.BgClassName
{
background-color: #85A02F;
}
</style>
border-color css
<style>
span { border-color: #85A02F; }
span { border-color: rgb(133,160,47); }
td.TdClassName
{
border-color: #85A02F;
}
.TagClassName
{
border-color: #85A02F;
}
</style>